# $Id: Portfile 30224 2007-10-22 22:49:14Z jmpp@macports.org $

PortSystem 1.0

name			ossp-var
version			1.1.2
categories		devel
platforms		darwin
maintainers		nomaintainer
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"
}
