aboutsummaryrefslogtreecommitdiff
path: root/textproc/intltool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/intltool/Makefile')
-rw-r--r--textproc/intltool/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile
new file mode 100644
index 000000000000..7ae4d64ac40c
--- /dev/null
+++ b/textproc/intltool/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: xml-i18n-tools
+# Date created: 19th January 2001
+# Whom: Ade Lovett <ade@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xml-i18n-tools
+PORTVERSION= 0.5
+CATEGORIES= textproc gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= stable/sources/${PORTNAME}
+
+MAINTAINER= ade@FreeBSD.org
+
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+
+.include <bsd.port.mk>