# $Id: Portfile 87583 2011-11-26 22:50:44Z blb@macports.org $ PortSystem 1.0 name links version 2.3 description Lynx-like WWW browser that supports tables, menus, etc long_description \ Lynx-like WWW browser with text and graphics modes with many \ features like displaying tables, menus, etc. platforms darwin freebsd sunos categories www license GPL-2+ homepage http://links.twibright.com/ master_sites http://links.twibright.com/download/ checksums sha1 0f91e550a80a2bc358ce3bdf48a23504a0582b02 \ rmd160 343e28516248a94b95f12d6e20a40f1ae92535dc maintainers landonf use_bzip2 yes depends_lib port:openssl port:bzip2 port:zlib configure.args --enable-javascript --without-svgalib \ --mandir=${prefix}/share/man --with-ssl post-patch { reinplace s|/etc/|${prefix}/etc/| ${workpath}/${worksrcdir}/default.c } variant x11 { depends_lib-append port:libpng port:jpeg \ port:xorg-libX11 configure.args-append --enable-graphics --with-x } livecheck.type regex livecheck.url [lindex ${master_sites} 0] livecheck.regex {links-([0-9.]+)\.tar\.bz2}