blob: 9082f3f1ee3bede160f49bfb8a2a48b1cacf8282 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: tk84-thread
# Date created: 09 March 2007
# Whom: Martin Matuska <mm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= tk
MAINTAINER= tcltk@FreeBSD.org
COMMENT= Graphical toolkit for Tcl (threads support)
BUILDING_TK_THREADS= yes
MASTERDIR= ${.CURDIR}/../tk84
.include "${MASTERDIR}/Makefile"
|