Add tcl85-thread , tool Command Language (development version).

PR:		ports/108041
Submitted by:	martin at matuska.org
This commit is contained in:
Cheng-Lung Sung 2007-01-29 03:10:23 +00:00
parent 9e890b7d7d
commit e56bd945f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183592
3 changed files with 25 additions and 0 deletions

View File

@ -315,6 +315,7 @@
SUBDIR += tcl84 SUBDIR += tcl84
SUBDIR += tcl84-thread SUBDIR += tcl84-thread
SUBDIR += tcl85 SUBDIR += tcl85
SUBDIR += tcl85-thread
SUBDIR += tclX SUBDIR += tclX
SUBDIR += tcltutor SUBDIR += tcltutor
SUBDIR += tinycobol SUBDIR += tinycobol

View File

@ -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"

View File

@ -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"