18 lines
328 B
Makefile
18 lines
328 B
Makefile
# New ports collection makefile for: tk85-thread
|
|
# Date created: 09 March 2007
|
|
# Whom: Martin Matuska <mm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tk
|
|
|
|
MAINTAINER= mm@FreeBSD.org
|
|
COMMENT= Graphical toolkit for Tcl (threads support)
|
|
|
|
BUILDING_TK_THREADS= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../tk85
|
|
|
|
.include "${MASTERDIR}/Makefile"
|