mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
26 lines
522 B
Makefile
26 lines
522 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
|
|
|
|
USE_OPENSSL= yes
|
|
|
|
LIB_DEPENDS+= libxerces-c.so.3:textproc/xerces-c3
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--with-xerces=${LOCALBASE}
|
|
USES= gmake libtool tar:bzip2
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE}
|
|
|
|
.include <bsd.port.mk>
|