# $Id: Portfile 41017 2008-10-20 23:46:09Z blb@macports.org $ 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. platforms darwin homepage http://w3m.sourceforge.net/ master_sites sourceforge checksums md5 ba06992d3207666ed1bf2dcf7c72bf58 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/" variant no_x11 description {For people with gdk +quartz} { configure.args-delete --enable-image=x11 configure.args-append --enable-image=no }