From 504bdbc0609438e4c9817cfbbad87d69d36c2435 Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Wed, 14 Feb 2007 23:12:25 +0000 Subject: Add opensaml 1.1, open source implentation of SAML. PR: ports/109113 Submitted by: Tony Maher --- security/opensaml/Makefile | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 security/opensaml/Makefile (limited to 'security/opensaml/Makefile') diff --git a/security/opensaml/Makefile b/security/opensaml/Makefile new file mode 100644 index 000000000000..16e5e2f45494 --- /dev/null +++ b/security/opensaml/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: opensaml +# Date created: 06 Febuary 2007 +# Whom: Tony Maher +# +# $FreeBSD$ +# + +PORTNAME= opensaml +PORTVERSION= 1.1 +CATEGORIES= security +MASTER_SITES= http://shibboleth.internet2.edu/downloads/ + +MAINTAINER= tonymaher@optusnet.com.au +COMMENT= Open source implentation of SAML + +LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \ + log4cpp.4:${PORTSDIR}/devel/log4cpp \ + xerces-c.27:${PORTSDIR}/textproc/xerces-c2 \ + xml-security-c.13:${PORTSDIR}/security/apache-xml-security-c + +GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 +USE_GMAKE= yes +USE_LDCONFIG= yes + +.include + +post-patch: + @${REINPLACE_CMD} -e 's,^pkgdocdir.*=.*,pkgdocdir = ${DOCSDIR},' \ + ${WRKSRC}/doc/Makefile.in +.if defined(NOPORTDOCS) + @${REINPLACE_CMD} -e '/^SUBDIRS/s,doc ,,' ${WRKSRC}/Makefile.in +.endif + +.include -- cgit v1.2.3