summaryrefslogtreecommitdiff
path: root/net/ttt/Makefile
blob: 62b43501fee1897be034205c54cdf416f6239fb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.3 2000/12/16 04:56:36 hubertf Exp $
#

DISTNAME=	ttt-1.5
CATEGORIES=	net
MASTER_SITES=	ftp://ftp.csl.sony.co.jp/pub/kjc/

MAINTAINER=	sakamoto@netbsd.org
HOMEPAGE=	http://www.csl.sony.co.jp/person/kjc/software.html

DEPENDS+=	blt-2.*:../../x11/blt

USE_X11=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ENV+=	ttt_cv_tcl_lib="${LOCALBASE}/lib/tcl8.0"
CONFIGURE_ENV+=	TCL_PREFIX="${LOCALBASE}" TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=0
CONFIGURE_ENV+=	TK_PREFIX="${LOCALBASE}" TK_MAJOR_VERSION=8 TK_MINOR_VERSION=0
INSTALL_TARGET=	install install-man

.include "../../mk/bsd.pkg.mk"