Generate Portfile from make.
authorScott Cantor <cantor.2@osu.edu>
Thu, 6 Aug 2009 16:38:25 +0000 (16:38 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 6 Aug 2009 16:38:25 +0000 (16:38 +0000)
Portfile.in [new file with mode: 0644]

diff --git a/Portfile.in b/Portfile.in
new file mode 100644 (file)
index 0000000..4a6b118
--- /dev/null
@@ -0,0 +1,24 @@
+PortSystem 1.0
+
+name               xmltooling
+version            @-VERSION-@
+categories         shibboleth
+maintainers        cantor.2@osu.edu
+description        XMLTooling library for C++
+long_description   Toolkit for security-aware XML processing
+homepage           http://www.opensaml.org/
+master_sites       http://shibboleth.internet2.edu/downloads/opensaml/cpp/@-VERSION-@/
+checksums          sha1 @CHECKSUM@
+
+configure.args     --disable-static \
+                   --with-log4shib=${prefix} \
+                   --with-openssl=${prefix} \
+                   --with-curl=${prefix} \
+                   --with-xerces=${prefix} \
+                   --with-xmlsec=${prefix}
+
+
+depends_lib        port:curl \
+                   port:xercesc \
+                   port:xml-security-c \
+                   port:log4shib