# $Id: Portfile,v 1.1 2005/10/13 05:55:39 mww Exp $

PortSystem 1.0

name			ossp-str
version			0.9.12
categories		devel
platforms		darwin
maintainers		mww@opendarwin.org
description		generic string library
long_description	OSSP str is a generic string library written in ISO-C \
		which provides functions for handling, matching, parsing, searching \
		and formatting of ISO-C strings. So it can be considered as a superset \
		of POSIX string(3), but its main intention is to provide a more \
		convenient and compact API plus a more generalized functionality.

homepage		http://www.ossp.org/pkg/lib/str/
master_sites	ftp://ftp.ossp.org/pkg/lib/str/
distname		str-${version}
checksums		md5 3f6da8a6ae6662eedf481f11a65592b2

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

test.run		yes
test.target		check

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

destroot.destdir	prefix=${destroot}${prefix} mandir=${destroot}${prefix}/share/man
