freebsd-ports/security/apache-xml-security-c/Makefile
Mathieu Arnold a28f0f7f7f Remove all USE_OPENSSL occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:30 +00:00

23 lines
508 B
Makefile

# Created by: Tony Maher
# $FreeBSD$
PORTNAME= xml-security-c
PORTVERSION= 1.7.3
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.3:textproc/xerces-c3
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-xerces=${LOCALBASE}
USES= gmake libtool tar:bzip2 ssl
USE_LDCONFIG= yes
CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE}
.include <bsd.port.mk>