From 161f5d3ce304d9152c664d80f9b1e7d3060515ce Mon Sep 17 00:00:00 2001 From: mm Date: Mon, 2 Mar 2009 23:50:32 +0000 Subject: - New port: lang/tcl-modules - Slave port of tcl85, separates tcl common modules from tcl85 and tcl86 (identical) into a single port --- lang/Makefile | 1 + lang/tcl-modules/Makefile | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 lang/tcl-modules/Makefile (limited to 'lang') diff --git a/lang/Makefile b/lang/Makefile index 8c06ec5..67e3ccc 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 0000000..6f3f5ae --- /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 +# +# $FreeBSD$ +# + +PORTNAME= tcl-modules +PORTREVISION= + +MAINTAINER= mm@FreeBSD.org +COMMENT?= Tcl common modules + +BUILDING_TCL_TM= yes + +MASTERDIR= ${.CURDIR}/../tcl85 + +.include "${MASTERDIR}/Makefile" -- cgit v1.1