# $Id: Portfile 23258 2007-03-28 06:55:30Z jann@macports.org $ PortSystem 1.0 name lynx version 2.8.6rel.4 categories www maintainers nomaintainer@macports.org 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. homepage http://lynx.isc.org/ set major_version [strsed ${version} {s/rel\.[0-9]*$//}] set dash_version [strsed ${major_version} {g/[.]/-/}] depends_lib lib:libncurses:ncurses \ port:openssl distname ${name}${major_version} use_bzip2 yes master_sites http://lynx.isc.org/${distname}/ \ ftp://lynx.isc.org/${distname}/ checksums ${distname}${extract.suffix} md5 dc80497b7dda6a28fd80404684d27548 worksrcdir ${name}${dash_version} configure.args --mandir=${prefix}/share/man \ --with-ssl=${prefix}