a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name elinks
version 0.11.2
categories www
maintainers nomaintainer@macports.org
description text mode web browser
long_description \
ELinks is an advanced and well-established feature-rich text \
mode web (HTTP/FTP/..) browser. ELinks can render both frames \
and tables, is highly customizable and can be extended via Lua \
or Guile scripts.
homepage http://elinks.or.cz/
platforms darwin
master_sites ${homepage}download/
use_bzip2 yes
checksums sha1 47669c38e1e5ebb35015a9a9a8f9c898821bd408
depends_lib port:openssl port:zlib port:bzip2 port:expat
variant col256 {
post-extract {
reinplace "s|CONFIG_256_COLORS=no|CONFIG_256_COLORS=yes|" ${worksrcpath}/features.conf
}
}
configure.args --mandir=${prefix}/share/man \
--disable-nls \
--without-guile --without-lua --without-gnutls \
--with-openssl=${prefix} --with-zlib=${prefix}