aboutsummaryrefslogtreecommitdiff
path: root/security/apache-xml-security-c/Makefile
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-02-14 23:10:27 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-02-14 23:10:27 +0000
commitca4fbdd00977bb8d5ed70960006427fb72062db7 (patch)
treee8baf9d31aae2dc60b168ac0b2d67acb4d3c262a /security/apache-xml-security-c/Makefile
parent63092579bb313b9a7bda6abc56dffaa33836aab5 (diff)
Notes
Diffstat (limited to 'security/apache-xml-security-c/Makefile')
-rw-r--r--security/apache-xml-security-c/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/security/apache-xml-security-c/Makefile b/security/apache-xml-security-c/Makefile
new file mode 100644
index 000000000000..f0d2bd6024de
--- /dev/null
+++ b/security/apache-xml-security-c/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: apache-xml-security-c
+# Date created: 06 Febuary 2007
+# Whom: Tony Maher
+#
+# $FreeBSD$
+#
+
+PORTNAME= xml-security-c
+PORTVERSION= 1.3.1
+CATEGORIES= security
+MASTER_SITES= http://xml.apache.org/security/dist/c-library/
+PKGNAMEPREFIX= apache-
+
+MAINTAINER= tonymaher@optusnet.com.au
+COMMENT= Apache XML security libraries C version
+
+LIB_DEPENDS= xerces-c.27:${PORTSDIR}/textproc/xerces-c2
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+=--with-xerces=${LOCALBASE}
+USE_AUTOTOOLS= libtool:15
+USE_GMAKE= yes
+USE_LDCONFIG= yes
+
+.include <bsd.port.mk>