mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
012d56bcce
http://beefy11.nyi.freebsd.org/data/head-i386-default/p485718_s340864/logs/apache-xml-security-c-2.0.2.log PR: 229022
27 lines
678 B
Makefile
27 lines
678 B
Makefile
# Created by: Tony Maher
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xml-security-c
|
|
PORTVERSION= 2.0.2
|
|
CATEGORIES= security
|
|
MASTER_SITES= APACHE/santuario/c-library
|
|
PKGNAMEPREFIX= apache-
|
|
|
|
MAINTAINER= girgen@FreeBSD.org
|
|
COMMENT= Apache XML security libraries - C++ version
|
|
|
|
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>
|