# $Id: Portfile,v 1.1 2006/02/16 19:58:59 mww Exp $

PortSystem 1.0
name		libxmlxx
version		1.0.5
categories	textproc
maintainers	waqar@opendarwin.org
description	libxml++ is a C++ interface for working with XML files
long_description	\
	libxml++ is a C++ interface for working with XML files, using \
	libxml (gnome-xml) to parse and write the actual XML files. It \
	has a simple but complete API.
homepage	http://libxmlplusplus.sourceforge.net/
platforms	darwin
master_sites	gnome:sources/libxml++/1.0 freebsd
use_bzip2	yes
distname	libxml++-${version}
checksums	sha1 e90e66beff0af2e2f2a320ffbf8f4c1a3790bc44
# deliberately don't match panther's libxml2.2 (we need 2.5.8+)
depends_lib     port:libxml2 port:zlib port:libiconv
depends_build   bin:pkg-config:pkgconfig
configure.args  --infodir=${prefix}/share/info --mandir=${prefix}/share/man

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