2008-11-22 16:55:56 +01:00
|
|
|
# New ports collection makefile for: opensaml2
|
|
|
|
# Date created: 15 September 2008
|
|
|
|
# Whom: Janos Mohacsi
|
2007-02-15 00:12:25 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2008-11-22 16:55:56 +01:00
|
|
|
PORTNAME= opensaml2
|
2011-07-28 13:50:51 +02:00
|
|
|
PORTVERSION= 2.4.3
|
2011-08-13 17:31:57 +02:00
|
|
|
PORTREVISION= 1
|
2007-02-15 00:12:25 +01:00
|
|
|
CATEGORIES= security
|
2011-07-28 13:50:51 +02:00
|
|
|
MASTER_SITES= http://www.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
|
|
|
|
2011-08-13 17:31:57 +02:00
|
|
|
MAINTAINER= janos.mohacsi@bsd.hu
|
2008-11-22 16:55:56 +01:00
|
|
|
COMMENT= Open source implentation of SAML2
|
2007-02-15 00:12:25 +01:00
|
|
|
|
2010-04-03 12:44:36 +02:00
|
|
|
LIB_DEPENDS= curl.6:${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 \
|
2011-06-27 04:57:29 +02:00
|
|
|
xmltooling.5:${PORTSDIR}/devel/xmltooling
|
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
|
2007-02-15 00:12:25 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
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>
|