eb6aa25d7d529a2874e4bd4f3122e79226a44227
[shibboleth/cpp-xmltooling.git] / Portfile.in
1 PortSystem 1.0
2
3 name               xmltooling
4 version            @-VERSION-@
5 categories         shibboleth
6 maintainers        cantor.2@osu.edu
7 description        XMLTooling library for C++
8 long_description   Toolkit for security-aware XML processing
9 homepage           http://www.opensaml.org/
10 master_sites       http://shibboleth.internet2.edu/downloads/opensaml/cpp/${version}/
11 checksums          sha1 @CHECKSUM@
12
13 configure.args     --disable-static \
14                    --with-log4shib=${prefix} \
15                    --with-openssl=${prefix} \
16                    --with-curl=${prefix} \
17                    --with-xerces=${prefix} \
18                    --with-xmlsec=${prefix}
19
20
21 depends_lib        port:curl \
22                    port:xercesc \
23                    port:xml-security-c \
24                    port:log4shib