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