Check in Mac portfiles.
[shibboleth/cpp-xmltooling.git] / dependencies / xml-security / Portfile
1 PortSystem 1.0
2
3 name               xml-security-c
4 version            1.5.1
5 revision           1
6 categories         shibboleth
7 maintainers        cantor.2@osu.edu
8 description        XML Signing/Encryption for C++
9 homepage           http://santuario.apache.org/
10 master_sites       http://santuario.apache.org/dist/c-library
11 configure.args     --disable-static \
12                    --without-xalan \
13                    --with-xerces=${prefix} \
14                    --with-openssl=${prefix}
15 checksums          sha1 e51d3dca7f32cfcc2090d4d20cf8a1d032d95d79
16
17 depends_lib        port:xercesc port:openssl
18
19 platform darwin 8 {
20     configure.env-append MACOSX_DEPLOYMENT_TARGET=10.4
21     build.env-append MACOSX_DEPLOYMENT_TARGET=10.4
22     destroot.env-append MACOSX_DEPLOYMENT_TARGET=10.4
23 }
24
25 platform darwin 9 {
26     configure.env-append MACOSX_DEPLOYMENT_TARGET=10.4
27     build.env-append MACOSX_DEPLOYMENT_TARGET=10.4
28     destroot.env-append MACOSX_DEPLOYMENT_TARGET=10.4
29 }