summaryrefslogtreecommitdiff
path: root/devel/getxml/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-30 17:18:56 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-30 17:18:56 +0000
commita05795c77e91d0f296555645e9540110142ec95a (patch)
tree6deede9c44ceb5d322c7f5828d56c0e50139b114 /devel/getxml/Makefile
parentThis fixes the broken suspend handling in version 3.0.3, in which a ^Z (diff)
add getxml
An XML internationalization tool
Notes
Notes: svn path=/head/; revision=45632
Diffstat (limited to 'devel/getxml/Makefile')
-rw-r--r--devel/getxml/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/getxml/Makefile b/devel/getxml/Makefile
new file mode 100644
index 000000000000..b2e5abd119e9
--- /dev/null
+++ b/devel/getxml/Makefile
@@ -0,0 +1,24 @@
+# ex:ts=8
+# New ports collection makefile for: getxml
+# Date created: Jul 30, 2001
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= getxml
+PORTVERSION= 1.0.3
+CATEGORIES= devel
+MASTER_SITES= ftp://toutdoux.sourceforge.net/pub/toutdoux/
+
+MAINTAINER= ports@FreeBSD.org
+
+LIB_DEPENDS= xml:${PORTSDIR}/textproc/libxml
+
+USE_GLIB= yes
+GNU_CONFIGURE= yes
+
+post-patch:
+ @${PERL} -pi -e "s,glib-config,${GLIB_CONFIG},g" ${WRKSRC}/configure
+
+.include <bsd.port.mk>