# $Id: Portfile,v 1.1 2003/05/24 19:29:37 mij 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 install { system "install -m 755 -d ${destroot}${prefix}/include" system "install -m 644 ${worksrcpath}/regex.h ${destroot}${prefix}/include/gnuregex.h" }