Try advice from Macport team.
[shibboleth/cpp-xmltooling.git] / dependencies / xerces / Portfile
1 PortSystem 1.0
2
3 name               xercesc
4 version            3.0.1
5 revision           1
6 categories         shibboleth
7 maintainers        cantor.2@osu.edu
8 description         an XML parser
9 long_description    Xerces-C++ is a validating XML parser written in \
10                     a portable subset of C++.  Xerces-C++ makes it \
11                     easy to give your application the ability to read \
12                     and write XML data.  A shared library is provided \
13                     for parsing, generating, manipulating, and \
14                     validating XML documents.
15 homepage        http://xerces.apache.org/xerces-c/
16 master_sites    apache:xerces/c/3/sources/
17 distname        xerces-c-${version}
18 configure.args  --disable-static \
19                 --enable-netaccessor-socket \
20                 --enable-transcoder-icu \
21                 --with-icu=${prefix}
22 checksums       sha1 71e4efee5397dd45d6bafad34bf3bc766bc2a085
23 platforms       darwin
24
25 depends_lib     port:icu