# $Id: Portfile,v 1.12 2003/08/21 22:28:26 fkr Exp $ PortSystem 1.0 name links version 2.1pre11 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 categories www master_sites http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/download/\ http://unixpages.org/distfiles/ checksums md5 8544fbf8e18ce1ecd3f7337365fdfc8b maintainers landonf@opendarwin.org use_bzip2 yes configure.args --enable-javascript --with-ssl --without-svgalib post-patch { reinplace s|/etc/|${prefix}/etc/| ${workpath}/${worksrcdir}/default.c } variant x11 { depends_lib lib:libpng.3:libpng lib:libjpeg.62:jpeg configure.env CFLAGS="-I${prefix}/include -no-cpp-precomp" \ CPPFLAGS="-I${prefix}/include -no-cpp-precomp" \ LDFLAGS=-L${prefix}/lib configure.args-append --enable-graphics --with-x }