aboutsummaryrefslogtreecommitdiff
path: root/security/apache-xml-security-c/Makefile
blob: 91de14b114ce5c0242a2730b981651a706fcca0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	xml-security-c
PORTVERSION=	2.0.4
CATEGORIES=	security
MASTER_SITES=	APACHE/santuario/c-library
PKGNAMEPREFIX=	apache-

MAINTAINER=	girgen@FreeBSD.org
COMMENT=	Apache XML security libraries - C++ version
WWW=		https://santuario.apache.org/cindex.html

LICENSE=	APACHE20

LIB_DEPENDS+=	libxerces-c.so:textproc/xerces-c3

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--disable-dependency-tracking --without-xalan --with-openssl=${OPENSSLBASE}
USES=		cpe gmake libtool tar:bzip2 ssl pkgconfig autoreconf
USE_LDCONFIG=	yes
CONFIGURE_ENV+=	openssl_LIBS="-L${OPENSSLLIB} -lcrypto" openssl_CFLAGS=-I${OPENSSLBASE}

CPE_PRODUCT=	xml_security_for_c++
CPE_VENDOR=	apache

.include <bsd.port.mk>