aboutsummaryrefslogtreecommitdiff
path: root/lang/tcl-modules
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2009-03-02 23:50:32 +0000
committerMartin Matuska <mm@FreeBSD.org>2009-03-02 23:50:32 +0000
commit7a5561107b45c97a73e511f02db83d9f06beda9b (patch)
treed86179658be29a88b911b2ab05022c474a25a2f8 /lang/tcl-modules
parenta04f9d3d6a8ed4aa5826b8156b5b41df1753e5fe (diff)
downloadports-7a5561107b45c97a73e511f02db83d9f06beda9b.tar.gz
ports-7a5561107b45c97a73e511f02db83d9f06beda9b.zip
- New port: lang/tcl-modules
- Slave port of tcl85, separates tcl common modules from tcl85 and tcl86 (identical) into a single port
Notes
Notes: svn path=/head/; revision=229387
Diffstat (limited to 'lang/tcl-modules')
-rw-r--r--lang/tcl-modules/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/lang/tcl-modules/Makefile b/lang/tcl-modules/Makefile
new file mode 100644
index 000000000000..6f3f5ae2d283
--- /dev/null
+++ b/lang/tcl-modules/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: tcl-modules
+# Date created: 03 March 2009
+# Whom: Martin Matuska <mm@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= tcl-modules
+PORTREVISION=
+
+MAINTAINER= mm@FreeBSD.org
+COMMENT?= Tcl common modules
+
+BUILDING_TCL_TM= yes
+
+MASTERDIR= ${.CURDIR}/../tcl85
+
+.include "${MASTERDIR}/Makefile"