# $Id: Portfile,v 1.2 2003/08/05 09:29:40 jkh Exp $ PortSystem 1.0 name xercesc version 2.3.0 categories textproc maintainers chris.ridd@isode.com description an XML parser long_description Xerces-C++ is a validating XML parser written in \ a portable subset of C++. Xerces-C++ makes it \ easy to give your application the ability to read \ and write XML data. A shared library is provided \ for parsing, generating, manipulating, and \ validating XML documents. homepage http://xml.apache.org/xerces-c/ master_sites http://xml.apache.org/dist/xerces-c/stable/ distname xerces-c-src_2_3_0 checksums md5 5167dca8942dd2dd719fa5a8ebe0c18b platforms darwin configure.dir ${worksrcpath}/src/xercesc configure.env XERCESCROOT="${worksrcpath}" configure.pre_args -p macosx -n native -P "${prefix}" configure.cmd ./runConfigure build.dir ${worksrcpath}/src/xercesc build.env ${configure.env} build.type gnu destroot.env ${configure.env}