12 lines
227 B
Makefile
12 lines
227 B
Makefile
# New ports collection makefile for: tcl84-thread
|
|
# Date created: 17 July 2005
|
|
# Whom: Pav Lucistnik <pav@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
WITH_THREADS= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../tcl84
|
|
|
|
.include "${MASTERDIR}/Makefile"
|