# $Id: Portfile,v 1.2 2005/07/14 14:00:55 mww Exp $ PortSystem 1.0 name ossp-var version 1.1.2 categories devel platforms darwin maintainers mww@opendarwin.org description A flexible, full-featured and fast variable expansion library long_description "${description}" homepage http://www.ossp.org/pkg/lib/var/ master_sites ftp://ftp.ossp.org/pkg/lib/var/ freebsd distname var-${version} checksums md5 fc90cbf6caf78e50cf909ac42cccc0d4 configure.args --mandir=${prefix}/share/man pre-destroot { # crude hack to get Makefile to install reinplace "s|^install:|install: dummy|g" ${worksrcpath}/Makefile system "touch ${worksrcpath}/dummy" }