diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
commit | 616aaf4b1fc83a87f7a49e0e81e8f7c9db6dbcad (patch) | |
tree | eca5ff8ef89030731d682a14daebcc8cbd2245ac /security/opensaml2/Makefile | |
parent | - Fix modes of the temp directory [1] (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_1_0'.release/7.1.0
Notes
Notes:
svn path=/head/; revision=224474
svn path=/tags/RELEASE_7_1_0/; revision=224475; tag=release/7.1.0
Diffstat (limited to 'security/opensaml2/Makefile')
-rw-r--r-- | security/opensaml2/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/security/opensaml2/Makefile b/security/opensaml2/Makefile deleted file mode 100644 index d812315d5685..000000000000 --- a/security/opensaml2/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: opensaml -# Date created: 06 Febuary 2007 -# Whom: Tony Maher -# -# $FreeBSD$ -# - -PORTNAME= opensaml -DISTVERSION= 1.1.1 -CATEGORIES= security -MASTER_SITES= http://shibboleth.internet2.edu/downloads/opensaml/cpp/${DISTVERSION}/ - -MAINTAINER= ports@FreeBSD.org -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 - -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 <bsd.port.mk> |