2012-10-28 21:07:39 +01:00
|
|
|
# Created by: Tony Maher
|
2007-02-15 00:10:27 +01:00
|
|
|
|
|
|
|
PORTNAME= xml-security-c
|
2021-11-28 22:26:42 +01:00
|
|
|
PORTVERSION= 2.0.4
|
2007-02-15 00:10:27 +01:00
|
|
|
CATEGORIES= security
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= APACHE/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
|
|
|
|
|
2013-12-30 21:55:18 +01:00
|
|
|
LICENSE= APACHE20
|
2007-02-15 00:10:27 +01:00
|
|
|
|
2018-08-07 15:24:36 +02:00
|
|
|
LIB_DEPENDS+= libxerces-c.so:textproc/xerces-c3
|
2007-02-15 00:10:27 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2018-08-07 15:24:36 +02:00
|
|
|
CONFIGURE_ARGS= --disable-dependency-tracking --without-xalan --with-openssl=${OPENSSLBASE}
|
|
|
|
USES= cpe gmake libtool tar:bzip2 ssl pkgconfig autoreconf
|
2007-02-15 00:10:27 +01:00
|
|
|
USE_LDCONFIG= yes
|
2018-08-07 15:24:36 +02:00
|
|
|
CONFIGURE_ENV+= openssl_LIBS="-L${OPENSSLLIB} -lcrypto" openssl_CFLAGS=-I${OPENSSLBASE}
|
2012-10-28 21:07:39 +01:00
|
|
|
|
2021-09-06 15:03:50 +02:00
|
|
|
CPE_PRODUCT= xml_security_for_c++
|
2018-01-19 21:33:23 +01:00
|
|
|
CPE_VENDOR= apache
|
2017-04-27 14:14:37 +02:00
|
|
|
|
2012-10-28 21:07:39 +01:00
|
|
|
.include <bsd.port.mk>
|