2007-02-15 00:10:27 +01:00
|
|
|
# New ports collection makefile for: apache-xml-security-c
|
|
|
|
# Date created: 06 Febuary 2007
|
|
|
|
# Whom: Tony Maher
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xml-security-c
|
2008-10-16 23:16:04 +02:00
|
|
|
PORTVERSION= 1.4.0
|
2007-02-15 00:10:27 +01:00
|
|
|
CATEGORIES= security
|
2009-01-30 23:18:50 +01:00
|
|
|
MASTER_SITES= http://santuario.apache.org/dist/c-library/
|
2007-02-15 00:10:27 +01:00
|
|
|
PKGNAMEPREFIX= apache-
|
|
|
|
|
2008-10-16 23:16:04 +02:00
|
|
|
MAINTAINER= janos.mohacsi@bsd.hu
|
2007-02-15 00:10:27 +01:00
|
|
|
COMMENT= Apache XML security libraries C version
|
|
|
|
|
2008-10-16 23:16:04 +02:00
|
|
|
OPTIONS= XERCES_DEVEL "With Xerces vesion 2.8 (shibboleth2 requires)" on
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if defined(WITH_XERCES_DEVEL)
|
|
|
|
LIB_DEPENDS+= xerces-c.28:${PORTSDIR}/textproc/xerces-c2-devel
|
|
|
|
.else
|
|
|
|
LIB_DEPENDS+= xerces-c.27:${PORTSDIR}/textproc/xerces-c2
|
|
|
|
.endif
|
2007-02-15 00:10:27 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+=--with-xerces=${LOCALBASE}
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2007-02-15 00:10:27 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
2008-10-16 23:16:04 +02:00
|
|
|
.include <bsd.port.post.mk>
|