aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/tk84-thread
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-03-13 16:44:37 +0800
committermiwi <miwi@FreeBSD.org>2007-03-13 16:44:37 +0800
commit4f48809650b5fbb787fedd91f68f14b34478a929 (patch)
treef7168ba55aa2740e4fb6d7b393651cc5ba67bbe9 /x11-toolkits/tk84-thread
parentef7e05590cc0b7bc177581c768a449ba0a2ae4f0 (diff)
downloadfreebsd-ports-gnome-4f48809650b5fbb787fedd91f68f14b34478a929.tar.gz
freebsd-ports-gnome-4f48809650b5fbb787fedd91f68f14b34478a929.tar.zst
freebsd-ports-gnome-4f48809650b5fbb787fedd91f68f14b34478a929.zip
- Add tk84-threads as slave port.
PR: ports/110133 Submitted by: Martin Matuska <martin at matuska.org>
Diffstat (limited to 'x11-toolkits/tk84-thread')
-rw-r--r--x11-toolkits/tk84-thread/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-toolkits/tk84-thread/Makefile b/x11-toolkits/tk84-thread/Makefile
new file mode 100644
index 000000000000..004110d6a9c7
--- /dev/null
+++ b/x11-toolkits/tk84-thread/Makefile
@@ -0,0 +1,12 @@
+# New ports collection makefile for: tk84-thread
+# Date created: 09 March 2007
+# Whom: Martin Matuska <martin@matuska.org>
+#
+# $FreeBSD$
+#
+
+WITH_THREADS= yes
+
+MASTERDIR= ${.CURDIR}/../tk84
+
+.include "${MASTERDIR}/Makefile"