Initial check-in.
[shibboleth/resolver.git] / Portfile.in
diff --git a/Portfile.in b/Portfile.in
new file mode 100644 (file)
index 0000000..575c5d9
--- /dev/null
@@ -0,0 +1,22 @@
+PortSystem 1.0\r
+\r
+name                @PACKAGE@\r
+version             @PACKAGE_VERSION@\r
+categories          security shibboleth\r
+maintainers         cantor.2@osu.edu\r
+description         @PACKAGE@ extension for Shibboleth SP\r
+long_description    @PACKAGE@ extension for Shibboleth SP\r
+homepage            http://shibboleth.internet2.edu/\r
+\r
+platforms           darwin\r
+depends_lib         port:shibboleth\r
+\r
+master_sites        http://shibboleth.internet2.edu/downloads/extensions/sp/\r
+checksums           sha1 @CHECKSUM@\r
+\r
+configure.args      --disable-static \\r
+                    --with-xerces=${prefix} \\r
+                    --with-xmlsec=${prefix} \\r
+                    --with-xmltooling=${prefix} \\r
+                    --with-saml=${prefix} \\r
+                    --with-shibsp=${prefix}\r