diff options
author | mm <mm@FreeBSD.org> | 2009-03-03 07:50:32 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2009-03-03 07:50:32 +0800 |
commit | 161f5d3ce304d9152c664d80f9b1e7d3060515ce (patch) | |
tree | 9001619c5fa333e47e2c8de7c34048506314f97e | |
parent | bbb2d612c581ed46cac585841282365640e411c2 (diff) | |
download | freebsd-ports-gnome-161f5d3ce304d9152c664d80f9b1e7d3060515ce.tar.gz freebsd-ports-gnome-161f5d3ce304d9152c664d80f9b1e7d3060515ce.tar.zst freebsd-ports-gnome-161f5d3ce304d9152c664d80f9b1e7d3060515ce.zip |
- New port: lang/tcl-modules
- Slave port of tcl85, separates tcl common modules from tcl85 and tcl86
(identical) into a single port
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/tcl-modules/Makefile | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 8c06ec5204a8..67e3ccc96a8a 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -325,6 +325,7 @@ SUBDIR += t3x SUBDIR += tcc SUBDIR += tcl-manual + SUBDIR += tcl-modules SUBDIR += tcl-wrapper SUBDIR += tcl80 SUBDIR += tcl82 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" |