[41017] trunk/dports/www/w3m/Portfile

blb at macports.org blb at macports.org
Mon Oct 20 16:46:10 PDT 2008


Revision: 41017
          http://trac.macports.org/changeset/41017
Author:   blb at macports.org
Date:     2008-10-20 16:46:09 -0700 (Mon, 20 Oct 2008)
Log Message:
-----------
www/w3m - whitespace and add homepage

Modified Paths:
--------------
    trunk/dports/www/w3m/Portfile

Modified: trunk/dports/www/w3m/Portfile
===================================================================
--- trunk/dports/www/w3m/Portfile	2008-10-20 22:57:00 UTC (rev 41016)
+++ trunk/dports/www/w3m/Portfile	2008-10-20 23:46:09 UTC (rev 41017)
@@ -1,6 +1,6 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
 name                w3m
 version             0.5.2
@@ -14,24 +14,25 @@
                     to none.
 
 platforms           darwin
+homepage            http://w3m.sourceforge.net/
 master_sites        sourceforge
 checksums           md5 ba06992d3207666ed1bf2dcf7c72bf58
 depends_lib         port:boehmgc
 
-patchfiles	    gc_init.patch
+patchfiles          gc_init.patch
 
-configure.args      --with-gc=${prefix}		\
-		    --with-ssl=${prefix}	\
-                    --enable-keymap=w3m		\
-		    --enable-image=x11		\
-                    --with-termlib=curses	\
-		    --mandir=${prefix}/share/man
+configure.args      --with-gc=${prefix} \
+                    --with-ssl=${prefix} \
+                    --enable-keymap=w3m \
+                    --enable-image=x11 \
+                    --with-termlib=curses \
+                    --mandir=${prefix}/share/man
 
 # libwc will not find gc unless ..
 configure.cflags-append "-I${prefix}/include/"
 
 variant no_x11 description {For people with gdk +quartz} {
-	configure.args-delete --enable-image=x11
-	configure.args-append --enable-image=no
+   configure.args-delete --enable-image=x11
+   configure.args-append --enable-image=no
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081020/fc3fc06e/attachment.html 


More information about the macports-changes mailing list