Changeset 35639
- Timestamp:
- 04/01/2008 01:02:23 (4 years ago)
- Files:
-
- 1 modified
-
trunk/dports/www/w3m/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/www/w3m/Portfile
r34408 r35639 1 1 # $Id$ 2 2 3 PortSystem 1.0 3 PortSystem 1.0 4 4 5 name w3m 5 6 version 0.5.2 … … 8 9 description pager/text based browser 9 10 long_description w3m is a pager/text-based WWW browser. \ 10 It is a similar application to Lynx, but it has \11 several features Lynx doesn't have, like tables, frames\12 and inline image rendering. Its 8-bit support is second\13 to none.11 It is a similar application to Lynx, but it has \ 12 several features Lynx doesn't have, like tables, frames\ 13 and inline image rendering. Its 8-bit support is second\ 14 to none. 14 15 15 16 platforms darwin 16 17 master_sites sourceforge 17 18 checksums md5 ba06992d3207666ed1bf2dcf7c72bf58 18 depends_lib lib:libgccpp.1:boehmgc 19 patchfiles gc_init.patch 20 configure.args --with-gc=${prefix} --with-ssl=${prefix} \ 21 --enable-keymap=w3m --enable-image=x11 \ 22 --with-termlib=curses --mandir=${prefix}/share/man 19 depends_lib port:boehmgc 20 21 patchfiles gc_init.patch 22 23 configure.args --with-gc=${prefix} \ 24 --with-ssl=${prefix} \ 25 --enable-keymap=w3m \ 26 --enable-image=x11 \ 27 --with-termlib=curses \ 28 --mandir=${prefix}/share/man 29 23 30 # libwc will not find gc unless .. 24 31 configure.cflags-append "-I${prefix}/include/"

