# $Id: Portfile,v 1.9 2005/09/23 20:56:25 toby Exp $

PortSystem 1.0
name             elinks
version          0.10.6
categories       www
maintainers      toby@opendarwin.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 a0804bf8e2bcc3ba52e8ee54b5e75595a36fcb09

depends_lib      port:openssl port:zlib port:bzip2 port:expat

configure.args   --mandir=${prefix}/share/man \
                 --disable-nls \
                 --without-guile --without-lua --without-gnutls \
                 --with-openssl=${prefix} --with-zlib=${prefix}
