2013-01-09 20:50:06 +01:00
|
|
|
# Created by: Janos Mohacsi
|
2007-02-15 00:12:25 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2008-11-22 16:55:56 +01:00
|
|
|
PORTNAME= opensaml2
|
2013-06-18 17:15:48 +02:00
|
|
|
PORTVERSION= 2.5.3
|
2013-07-11 18:26:26 +02:00
|
|
|
PORTREVISION= 1
|
2007-02-15 00:12:25 +01:00
|
|
|
CATEGORIES= security
|
2013-06-04 19:29:21 +02:00
|
|
|
MASTER_SITES= http://shibboleth.net/downloads/c++-opensaml/${PORTVERSION}/
|
2010-01-24 15:38:32 +01:00
|
|
|
DISTNAME= opensaml-${PORTVERSION}
|
2007-02-15 00:12:25 +01:00
|
|
|
|
2013-06-04 19:29:21 +02:00
|
|
|
MAINTAINER= girgen@FreeBSD.org
|
2012-08-02 11:02:43 +02:00
|
|
|
COMMENT= Open source implementation of SAML2
|
2007-02-15 00:12:25 +01:00
|
|
|
|
2013-07-11 18:26:26 +02:00
|
|
|
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
|
2008-11-22 16:55:56 +01:00
|
|
|
log4shib.1:${PORTSDIR}/devel/log4shib \
|
2011-08-13 17:31:57 +02:00
|
|
|
xerces-c.3:${PORTSDIR}/textproc/xerces-c3 \
|
2013-06-04 19:29:21 +02:00
|
|
|
xmltooling.6:${PORTSDIR}/devel/xmltooling
|
2007-02-15 00:12:25 +01:00
|
|
|
|
2013-06-09 16:41:24 +02:00
|
|
|
BUILD_DEPENDS= boost-libs>=0:${PORTSDIR}/devel/boost-libs
|
|
|
|
|
2007-02-15 00:12:25 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2008-11-22 16:55:56 +01:00
|
|
|
CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} \
|
2009-07-10 03:16:10 +02:00
|
|
|
--with-xmltooling=${LOCALBASE} --disable-doxygen-doc
|
2013-09-02 08:20:09 +02:00
|
|
|
USES= gmake pkgconfig
|
2007-02-15 00:12:25 +01:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's,^pkgdocdir.*=.*,pkgdocdir = ${DOCSDIR},' \
|
|
|
|
${WRKSRC}/doc/Makefile.in
|
2008-11-22 16:55:56 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
|
|
|
|
${WRKSRC}/configure
|
|
|
|
|
2007-02-15 00:12:25 +01:00
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
@${REINPLACE_CMD} -e '/^SUBDIRS/s,doc ,,' ${WRKSRC}/Makefile.in
|
|
|
|
.endif
|
|
|
|
|
2008-05-23 13:56:37 +02:00
|
|
|
.include <bsd.port.mk>
|