# $Id: Portfile 30667 2007-11-02 23:34:44Z landonf@macports.org $ PortSystem 1.0 name nawk version 20070501 categories lang maintainers nomaintainer description the one true awk long_description Kernighan's canonical implementation of awk. homepage http://cm.bell-labs.com/cm/cs/awkbook/ platforms darwin master_sites http://cm.bell-labs.com/cm/cs/who/bwk/ distname awk checksums md5 b63342525afee1cc5e3a4211cbf87fae dist_subdir ${name}/${version} patchfiles patch-run.c pre-extract { file mkdir ${worksrcpath} } extract.dir ${worksrcpath} use_configure no build.target build.args CFLAGS="-DHAS_ISBLANK" destroot { xinstall ${worksrcpath}/a.out ${destroot}${prefix}/bin/nawk xinstall ${worksrcpath}/awk.1 ${destroot}${prefix}/share/man/man1 }