mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
18 lines
350 B
Makefile
18 lines
350 B
Makefile
# New ports collection makefile for: tcl85-thread
|
|
# Date created: 17 January 2007
|
|
# Whom: Martin Matuska <mm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tcl
|
|
|
|
MAINTAINER= mm@FreeBSD.org
|
|
COMMENT= Tool command language (threads support)
|
|
|
|
BUILDING_TCL_THREADS= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../tcl85
|
|
|
|
.include "${MASTERDIR}/Makefile"
|