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

gwright at macports.org gwright at macports.org
Tue Apr 1 01:02:24 PDT 2008


Revision: 35639
          http://trac.macosforge.org/projects/macports/changeset/35639
Author:   gwright at macports.org
Date:     2008-04-01 01:02:23 -0700 (Tue, 01 Apr 2008)

Log Message:
-----------
Minor cleanups. Depend on the boehmgc port, rather than a regex search.

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

Modified: trunk/dports/www/w3m/Portfile
===================================================================
--- trunk/dports/www/w3m/Portfile	2008-04-01 08:01:41 UTC (rev 35638)
+++ trunk/dports/www/w3m/Portfile	2008-04-01 08:02:23 UTC (rev 35639)
@@ -1,25 +1,32 @@
 # $Id$
 
-PortSystem          1.0
+PortSystem 1.0
+
 name                w3m
 version             0.5.2
 categories          www
 maintainers         nomaintainer
 description         pager/text based browser
 long_description    w3m is a pager/text-based WWW browser. \
-                        It is a similar application to Lynx, but it has \
-                        several features Lynx doesn't have, like tables, frames\
-                        and inline image rendering. Its 8-bit support is second\
-                        to none.
+                    It is a similar application to Lynx, but it has \
+                    several features Lynx doesn't have, like tables, frames\
+                    and inline image rendering. Its 8-bit support is second\
+                    to none.
 
 platforms           darwin
 master_sites        sourceforge
 checksums           md5 ba06992d3207666ed1bf2dcf7c72bf58
-depends_lib         lib:libgccpp.1:boehmgc
-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
+depends_lib         port:boehmgc
+
+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
+
 # libwc will not find gc unless ..
 configure.cflags-append "-I${prefix}/include/"
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080401/91b30b17/attachment-0001.html


More information about the macports-changes mailing list