# $Id: Portfile,v 1.4 2006/03/20 14:27:31 mww Exp $

PortSystem 1.0

name			libxmldiff
version			0.2.5
categories		textproc
platforms		darwin
maintainers		mww@opendarwin.org
description		libxmldiff aims at providing efficient diff on XML files
long_description	${description}

homepage		http://people.via.ecp.fr/~remi/soft/xml/libxmldiff/libxmldiff_en.php3
master_sites	http://people.via.ecp.fr/~remi/soft/xml/libxmldiff/
checksums		sha1 ffce538239870c4dab3a81125768bfb88c45350d

depends_lib		port:libxml2 \
				port:libxslt \
				port:libiconv \
				port:zlib

configure.args	--with-xml-prefix=${prefix}

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

