# $Id: Portfile,v 1.18 2006/08/08 07:08:02 yeled Exp $

PortSystem          1.0
name                w3m
version             0.5.1
revision            1
categories          www
maintainers         yeled@opendarwin.org
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. It's 8bit support is second\
                        to none.

platforms           darwin
master_sites        sourceforge
checksums           md5 0678b72e07e69c41709d71ef0fe5da13
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
# libwc will not find gc unless ..
configure.env       CFLAGS=-I${prefix}/include/


