# $Id: Portfile,v 1.3 2004/01/18 04:54:48 toby Exp $ PortSystem 1.0 name gnuregex version 0.12 categories sysutils maintainers mij@opendarwin.org description GNU regex library homepage http://www.gnu.org/directory/regex.html platforms darwin long_description $description master_sites gnu:regex distname regex-${portversion} checksums md5 6c25ca10e71adeede101e7646e796ebd destroot { system "install -m 755 -d ${destroot}${prefix}/include" system "install -m 644 ${worksrcpath}/regex.h ${destroot}${prefix}/include/gnuregex.h" }