# $Id: Portfile,v 1.9 2004/03/30 20:27:37 toby Exp $ PortSystem 1.0 name lynx version 2.8.4 revision 1 categories www maintainers olt@bogosoft.com description Text-based web browser long_description lynx is a program which allows a user to access World-Wide Web servers \ and other information servers. It uses only ascii representation so \ that it can be used from ascii-terminals and dial-in lines. distname ${name}${version} use_bzip2 yes master_sites http://lynx.isc.org/${distname}/\ ftp://ftp.mirror.ac.uk/sites/lynx.isc.org/lynx/${distname}/\ ftp://gd.tuwien.ac.at/infosys/browsers/lynx/${distname}/ checksums md5 6916c0127839f1e454052b683e4691c4 regsub -all "\\." ${version} "-" dash_version worksrcdir ${name}${dash_version} configure.args --mandir='\${prefix}/share/man' variant ssl { depends_lib-append lib:libssl.0.9:openssl configure.args-append --with-ssl }