mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
fbdcc0802c
PR: 173753 , 173767 Feature safe: yes
14 lines
246 B
Makefile
14 lines
246 B
Makefile
# Created by: Pav Lucistnik <pav@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tcl
|
|
|
|
MAINTAINER= tcltk@FreeBSD.org
|
|
COMMENT= Tool command language (threads support)
|
|
|
|
BUILDING_TCL_THREADS= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../tcl84
|
|
|
|
.include "${MASTERDIR}/Makefile"
|