# Created by: Janos Mohacsi
# $FreeBSD: tags/RELEASE_10_3_0/security/opensaml2/Makefile 395960 2015-09-03 14:09:17Z amdmi3 $

PORTNAME=	opensaml2
PORTVERSION=	2.5.5
CATEGORIES=	security
MASTER_SITES=	http://shibboleth.net/downloads/c++-opensaml/${PORTVERSION}/
DISTNAME=	opensaml-${PORTVERSION}

MAINTAINER=	girgen@FreeBSD.org
COMMENT=	Open source implementation of SAML2

LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl \
		liblog4shib.so:${PORTSDIR}/devel/log4shib \
		libxerces-c.so:${PORTSDIR}/textproc/xerces-c3 \
		libxmltooling.so:${PORTSDIR}/devel/xmltooling

BUILD_DEPENDS=	boost-libs>=0:${PORTSDIR}/devel/boost-libs

GNU_CONFIGURE=	yes
CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} \
		--with-xmltooling=${LOCALBASE} --disable-doxygen-doc
USES=		gmake libtool pkgconfig
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>
