Tweak security/libp11 version 0.4.0
[dports.git] / security / apache-xml-security-c / Makefile
1 # Created by: Tony Maher
2 # $FreeBSD$
3
4 PORTNAME=       xml-security-c
5 PORTVERSION=    1.7.2
6 PORTREVISION=   1
7 CATEGORIES=     security
8 MASTER_SITES=   APACHE/santuario/c-library
9 PKGNAMEPREFIX=  apache-
10
11 MAINTAINER=     girgen@FreeBSD.org
12 COMMENT=        Apache XML security libraries - C++ version
13
14 LICENSE=        APACHE20
15
16 USE_OPENSSL=    yes
17
18 LIB_DEPENDS+=   libxerces-c.so.3:textproc/xerces-c3
19
20 GNU_CONFIGURE=  yes
21 CONFIGURE_ARGS+=--with-xerces=${LOCALBASE}
22 USES=           gmake libtool
23 USE_LDCONFIG=   yes
24 CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE}
25
26 .include <bsd.port.mk>