2012-10-28 21:07:39 +01:00
|
|
|
# Created by: Tony Maher
|
2007-02-15 00:10:27 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xml-security-c
|
2013-06-28 13:07:48 +02:00
|
|
|
PORTVERSION= 1.7.2
|
2007-02-15 00:10:27 +01:00
|
|
|
CATEGORIES= security
|
2011-06-27 04:57:29 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_APACHE}
|
|
|
|
MASTER_SITE_SUBDIR=santuario/c-library
|
2007-02-15 00:10:27 +01:00
|
|
|
PKGNAMEPREFIX= apache-
|
|
|
|
|
2013-06-04 19:29:21 +02:00
|
|
|
MAINTAINER= girgen@FreeBSD.org
|
2011-09-19 23:35:07 +02:00
|
|
|
COMMENT= Apache XML security libraries - C++ version
|
|
|
|
|
2012-01-09 16:41:08 +01:00
|
|
|
LICENSE= AL2
|
2007-02-15 00:10:27 +01:00
|
|
|
|
2012-10-28 21:07:39 +01:00
|
|
|
OPTIONS_DEFINE= XERCES_3
|
|
|
|
OPTIONS_DEFAULT= XERCES_3
|
|
|
|
|
|
|
|
XERCES_3_DESC= With Xerces vesion 3.x (shibboleth2 requires)
|
2008-10-16 23:16:04 +02:00
|
|
|
|
2011-06-27 04:57:29 +02:00
|
|
|
USE_OPENSSL= yes
|
2008-10-16 23:16:04 +02:00
|
|
|
|
2012-10-28 21:07:39 +01:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MXERCES_3}
|
2011-08-14 04:22:41 +02:00
|
|
|
LIB_DEPENDS+= xerces-c.3:${PORTSDIR}/textproc/xerces-c3
|
2008-10-16 23:16:04 +02:00
|
|
|
.else
|
|
|
|
LIB_DEPENDS+= xerces-c.27:${PORTSDIR}/textproc/xerces-c2
|
|
|
|
.endif
|
2007-02-15 00:10:27 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+=--with-xerces=${LOCALBASE}
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2007-02-15 00:10:27 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_LDCONFIG= yes
|
2011-06-27 04:57:29 +02:00
|
|
|
CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE}
|
2012-10-28 21:07:39 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|