diff options
Diffstat (limited to 'security/opensaml/Makefile')
-rw-r--r-- | security/opensaml/Makefile | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/security/opensaml/Makefile b/security/opensaml/Makefile deleted file mode 100644 index 883e54f7b59a..000000000000 --- a/security/opensaml/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: opensaml -# Date created: 06 Febuary 2007 -# Whom: Tony Maher -# -# $FreeBSD$ -# - -PORTNAME= opensaml -DISTVERSION= 1.1.1 -PORTREVISION= 3 -CATEGORIES= security -MASTER_SITES= http://shibboleth.internet2.edu/downloads/opensaml/cpp/${DISTVERSION}/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Open source implentation of SAML - -BROKEN= Does not fetch - -LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ - log4cpp.4:${PORTSDIR}/devel/log4cpp \ - xml-security-c.14:${PORTSDIR}/security/apache-xml-security-c - -GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtool -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> |