aboutsummaryrefslogtreecommitdiff
path: root/lang/tcl85-thread
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-01-29 03:10:23 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-01-29 03:10:23 +0000
commite56bd945f3d7da043b0597359484d87fb7522613 (patch)
treeac2fac06899c6d6c3c29679bfb9313875ee96ebb /lang/tcl85-thread
parent9e890b7d7d71f6432a5b164b5903107abb1976c5 (diff)
downloadports-e56bd945f3d7da043b0597359484d87fb7522613.tar.gz
ports-e56bd945f3d7da043b0597359484d87fb7522613.zip
Add tcl85-thread , tool Command Language (development version).
PR: ports/108041 Submitted by: martin at matuska.org
Notes
Notes: svn path=/head/; revision=183592
Diffstat (limited to 'lang/tcl85-thread')
-rw-r--r--lang/tcl85-thread/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/tcl85-thread/Makefile b/lang/tcl85-thread/Makefile
new file mode 100644
index 000000000000..cc47fc6487c9
--- /dev/null
+++ b/lang/tcl85-thread/Makefile
@@ -0,0 +1,12 @@
+# New ports collection makefile for: tcl85-thread
+# Date created: 17 January 2007
+# Whom: martin@matuska.org
+#
+# $FreeBSD$
+#
+
+WITH_THREADS= yes
+
+MASTERDIR= ${.CURDIR}/../tcl85
+
+.include "${MASTERDIR}/Makefile"