freebsd-ports/security/opensaml/Makefile
Palle Girgensohn 5af7bb51a9 Update xmltooling to 3.2.0
Bump dependant ports. xmltooling is only used as a dependency for
security/shibboleth-sp.

Release notes:	https://wiki.shibboleth.net/confluence/display/SP3/ReleaseNotes
2020-12-18 08:51:57 +00:00

34 lines
832 B
Makefile

# Created by: Janos Mohacsi
# $FreeBSD$
PORTNAME= opensaml
PORTVERSION= 3.2.0
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://shibboleth.net/downloads/c++-opensaml/${PORTVERSION}/
MAINTAINER= girgen@FreeBSD.org
COMMENT= Open source implementation of SAML2
LICENSE= APACHE20
BUILD_DEPENDS= boost-libs>=0:devel/boost-libs
LIB_DEPENDS= libcurl.so:ftp/curl \
liblog4shib.so:devel/log4shib \
libxmltooling.so:devel/xmltooling
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--disable-doxygen-doc --disable-dependency-tracking
USES= gmake libtool pkgconfig tar:bzip2 ssl
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e 's,^pkgdocdir.*=.*,pkgdocdir = ${DOCSDIR},' \
${WRKSRC}/doc/Makefile.in
post-patch-DOCS-off:
@${REINPLACE_CMD} -e '/^SUBDIRS/s,doc ,,' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>