fdca62cdcb
while here: - trim Makefile header - remove indifenite article from COMMENT - remove deprecated attribution in pkg-descr PR: 172163 Submitted by: Chris Petrik <c.petrik.sosa at gmail dot com>
13 lines
252 B
Makefile
13 lines
252 B
Makefile
# Created by: Martin Matuska <mm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tcl
|
|
|
|
MAINTAINER= c.petrik.sosa@gmail.com
|
|
COMMENT= Tool command language (threads support)
|
|
|
|
BUILDING_TCL_THREADS= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../tcl85
|
|
|
|
.include "${MASTERDIR}/Makefile"
|