# $Id: Portfile,v 1.13 2004/01/11 01:06:25 blb Exp $ PortSystem 1.0 name links version 2.1pre14 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 9a8dd024e3352c8b05f9958e4556cdd8 maintainers landonf@opendarwin.org use_bzip2 yes configure.args --enable-javascript --with-ssl --without-svgalib \ --mandir=${prefix}/share/man 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 }