# $Id: Portfile 37740 2008-06-21 10:40:34Z simon@macports.org $ PortSystem 1.0 name elinks epoch 1 version 0.11.4 categories www platforms darwin maintainers simon openmaintainer 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/ master_sites ${homepage}download/ use_bzip2 yes checksums md5 88036a518ebc4f1150a7e14b29f9d8db \ sha1 4eddfcd79da3e0e3da1c186668ef804f5fec50cd \ rmd160 0341c01b4727d76d864cbaa8a7c6ebb637cdea1c depends_lib port:openssl \ port:zlib \ port:bzip2 \ port:expat variant col256 description {Use 256 colours if supported by the terminal} { 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}