[42008] trunk/dports/graphics/libwmf/Portfile

devans at macports.org devans at macports.org
Thu Nov 13 07:32:26 PST 2008


Revision: 42008
          http://trac.macports.org/changeset/42008
Author:   devans at macports.org
Date:     2008-11-13 07:32:26 -0800 (Thu, 13 Nov 2008)
Log Message:
-----------
libwmf: lint, fix livecheck, add mode line.

Modified Paths:
--------------
    trunk/dports/graphics/libwmf/Portfile

Modified: trunk/dports/graphics/libwmf/Portfile
===================================================================
--- trunk/dports/graphics/libwmf/Portfile	2008-11-13 15:28:11 UTC (rev 42007)
+++ trunk/dports/graphics/libwmf/Portfile	2008-11-13 15:32:26 UTC (rev 42008)
@@ -1,6 +1,8 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem			1.0
+
 name				libwmf
 version				0.2.8.4
 categories			graphics
@@ -37,19 +39,20 @@
 		NEWS README TODO ${destroot}${prefix}/share/doc/${name}
 }
 
-variant expat conflicts xml2 {
+variant expat conflicts xml2 description {Use expat not libxml2} {
 	depends_lib-append		lib:libexpat:expat
 	configure.args-append	--with-expat
 }
 
-variant x11 {
+variant x11 description {Enable X11 support} {
 	depends_lib-append		lib:libX11.6:XFree86
 	configure.args-delete	--without-x
 	configure.args-append	--with-x
 }
 
-variant xml2 conflicts expat {
+variant xml2 conflicts expat description {Use libxml2 not expat} {
 	depends_lib-append		lib:libxml2:libxml2
 	configure.args-append	--with-libxml2
 }
 
+livecheck.regex "<title>${name} (.*) released.*</title>"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081113/6d9978ac/attachment.html>


More information about the macports-changes mailing list