1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/security/opensaml/Makefile
Thomas Abthorpe 25348c562b - Update to 1.1.1
- Reassign to ports@

PR:		ports/123900
Submitted by:	Tony Maher <tonymaher optusnet.com.au>
2008-05-23 11:56:37 +00:00

34 lines
840 B
Makefile

# 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>