# $Id: Portfile,v 1.2 2003/08/05 09:29:32 jkh 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 http://ftp.gnu.org/pub/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" }