summaryrefslogtreecommitdiff
path: root/net/ttt/Makefile
blob: 326cd08869ec55ebc8174c82b749b3605d481602 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: Makefile,v 1.6 2003/07/17 22:51:57 grant Exp $
#

DISTNAME=	ttt-1.6
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
COMMENT=	Tele Traffic Tapper

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"