freebsd-ports/security/opensaml/Makefile
OKAZAKI Tetsurou abfbd47ae6 Remove BROKEN.
Replace explicit dependence on xerces-c2 with indirect one via apache-xml-security-c.
2008-12-21 23:31:38 +00:00

33 lines
809 B
Makefile

# New ports collection makefile for: opensaml
# Date created: 06 Febuary 2007
# Whom: Tony Maher
#
# $FreeBSD$
#
PORTNAME= opensaml
DISTVERSION= 1.1.1
PORTREVISION= 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 \
xml-security-c.14:${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>