diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
| commit | fa4a943c17e47bf910596a414fd7287983350b9b (patch) | |
| tree | dc76cec18a505befc330e612e0a56bf1caa5ca49 /security/opensaml2/Makefile | |
| parent | 07bcc4091010f79f8d929d6ce22e51c7e3743b3f (diff) | |
Diffstat (limited to 'security/opensaml2/Makefile')
| -rw-r--r-- | security/opensaml2/Makefile | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/security/opensaml2/Makefile b/security/opensaml2/Makefile deleted file mode 100644 index 8cd929b23217..000000000000 --- a/security/opensaml2/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: opensaml -# Date created: 06 Febuary 2007 -# Whom: Tony Maher -# -# $FreeBSD$ -# - -PORTNAME= opensaml -DISTVERSION= 1.1b -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 - -WRKSRC= ${WRKDIR}/${PORTNAME}-1.1 - -.include <bsd.port.pre.mk> - -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.post.mk> |
