aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-03-27 19:03:50 +0800
committermiwi <miwi@FreeBSD.org>2007-03-27 19:03:50 +0800
commitba93f2eb779be2d36030e3206a1a0aeca36e09d0 (patch)
tree0d0329ef665522634386ee15e32030d9f09e965d /lang
parente3df64345a2c9541e9b4ee765baf952b90011aa9 (diff)
downloadfreebsd-ports-gnome-ba93f2eb779be2d36030e3206a1a0aeca36e09d0.tar.gz
freebsd-ports-gnome-ba93f2eb779be2d36030e3206a1a0aeca36e09d0.tar.zst
freebsd-ports-gnome-ba93f2eb779be2d36030e3206a1a0aeca36e09d0.zip
Add tk-wrapper , shell wrapper for wish (Tk).
PR: ports/110627 Submitted by: Martin Matuska <martin at matuska.org>
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile1
-rw-r--r--lang/tk-wrapper/Makefile14
-rw-r--r--lang/tk-wrapper/pkg-descr6
3 files changed, 21 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 2fc784134be8..5bbf93a0b574 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -319,6 +319,7 @@
SUBDIR += tclX
SUBDIR += tcltutor
SUBDIR += tinycobol
+ SUBDIR += tk-wrapper
SUBDIR += tolua
SUBDIR += tolua++
SUBDIR += tolua4
diff --git a/lang/tk-wrapper/Makefile b/lang/tk-wrapper/Makefile
new file mode 100644
index 000000000000..df45fd88acf4
--- /dev/null
+++ b/lang/tk-wrapper/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: tk-wrapper
+# Date created: 21 March 2007
+# Whom: Martin Matuska <martin@matuska.org>
+#
+# $FreeBSD$
+#
+
+MAINTAINER= martin@matuska.org
+
+BUILDING_TK_WRAPPER= yes
+
+MASTERDIR= ${.CURDIR}/../../lang/tcl-wrapper
+
+.include "${MASTERDIR}/Makefile"
diff --git a/lang/tk-wrapper/pkg-descr b/lang/tk-wrapper/pkg-descr
new file mode 100644
index 000000000000..7868eb439022
--- /dev/null
+++ b/lang/tk-wrapper/pkg-descr
@@ -0,0 +1,6 @@
+Tk-wrapper installs a shell wrapper for the "wish" command that
+comes with different versions of Tk. Users can define in a configuration file
+which version of the Tk shell wish should be called.
+
+- Martin Matuska
+martin@matuska.org