aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-09-03 15:03:36 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-09-03 15:03:36 +0000
commit842a792ec70fcd00c134788d5105d178bf8a4605 (patch)
tree396405eef175c247265ea9fe6104799814ce8ee1 /x11-toolkits
parent6304bfd8fb67dee3bec6093484aa29c0b7a36c12 (diff)
downloadports-842a792ec70fcd00c134788d5105d178bf8a4605.tar.gz
ports-842a792ec70fcd00c134788d5105d178bf8a4605.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/Makefile1
-rw-r--r--x11-toolkits/xforms-i18n/Makefile17
2 files changed, 18 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index 2a9012f6a28c..f138fed1ac31 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -216,6 +216,7 @@
SUBDIR += xbae
SUBDIR += xclasses
SUBDIR += xforms
+ SUBDIR += xforms-i18n
SUBDIR += xg
SUBDIR += xmhtml
SUBDIR += xview
diff --git a/x11-toolkits/xforms-i18n/Makefile b/x11-toolkits/xforms-i18n/Makefile
new file mode 100644
index 000000000000..b239cfa5d734
--- /dev/null
+++ b/x11-toolkits/xforms-i18n/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: xforms-i18n
+# Date created: 7 June 2005
+# Whom: Koji Yokota <yokota@res.otaru-uc.ac.jp>
+#
+# $FreeBSD$
+#
+
+COMMENT?= A graphical user interface toolkit for X Window System, with I18N capabilities
+
+MAINTAINER= yokota@res.otaru-uc.ac.jp
+
+WITH_I18N= yes
+CONFLICTS= xforms-[0-9]*
+
+MASTERDIR= ${.CURDIR}/../xforms
+
+.include "${MASTERDIR}/Makefile"