# $Id: Portfile,v 1.3 2006/05/23 05:48:19 mww Exp $

PortSystem 1.0

name			libtre
version			0.7.4
categories		devel
platforms		darwin
maintainers		mww@opendarwin.org
description		lightweight fully POSIX compliant regexp matching library
long_description	Libtre is an attempt to create a lightweight, robust, and \
			efficient fully POSIX compliant regexp matching library.

homepage		http://laurikari.net/tre/
master_sites	http://laurikari.net/tre/
checksums		sha1 edf2531ac2bc52db50bc7eac6a2bf5b79e00a812
distname		tre-${version}
use_bzip2		yes

configure.args	--mandir=${prefix}/share/man

platform darwin 8 { configure.env	CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 }

