# $Id: Portfile,v 1.6 2004/01/15 07:53:03 toby Exp $ PortSystem 1.0 name gawk version 3.1.3 categories lang maintainers marius@caos.aamu.edu platforms darwin master_sites gnu homepage http://www.gnu.org/directory/GNU/gawk.html checksums md5 b637b454005f9e72a9a8eecfacd07ca0 description The GNU awk utility. depends_lib lib:libdl:dlcompat lib:libiconv:libiconv long_description The awk utility interprets a special-purpose programming \ language that makes it possible to handle simple \ data-reformatting jobs with just a few lines of code. \ It is a free, extended version of 'awk.' configure.args --with-libiconv-prefix=${prefix} configure.env CFLAGS="-I${prefix}/include -L${prefix}/lib"