mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 16:40:31 -04:00
17 lines
327 B
Makefile
17 lines
327 B
Makefile
# New ports collection makefile for: tcl84-thread
|
|
# Date created: 17 July 2005
|
|
# Whom: Pav Lucistnik <pav@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tcl
|
|
|
|
MAINTAINER= mm@FreeBSD.org
|
|
COMMENT= Tool command language (threads support)
|
|
|
|
BUILDING_TCL_THREADS= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../tcl84
|
|
|
|
.include "${MASTERDIR}/Makefile"
|