Generate Portfile from make.
authorcantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Thu, 6 Aug 2009 16:38:25 +0000 (16:38 +0000)
committercantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Thu, 6 Aug 2009 16:38:25 +0000 (16:38 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/branches/REL_1@611 de75baf8-a10c-0410-a50a-987c0e22f00f

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