diff options
author | sakamoto <sakamoto@pkgsrc.org> | 2000-05-22 03:55:16 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 2000-05-22 03:55:16 +0000 |
commit | af1745f356ec59025a83d9cadbf0bfc76b3f7196 (patch) | |
tree | efd338cf00f971b431b8d416465f3269a63110a1 /net/ttt/Makefile | |
parent | 76333f02011063a8afcabd7ed8ad8d019e7e2069 (diff) | |
download | pkgsrc-af1745f356ec59025a83d9cadbf0bfc76b3f7196.tar.gz |
ttt-1.4 - Tele Traffic Tapper
Diffstat (limited to 'net/ttt/Makefile')
-rw-r--r-- | net/ttt/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile new file mode 100644 index 00000000000..05720684ebb --- /dev/null +++ b/net/ttt/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/05/22 03:55:16 sakamoto Exp $ +# + +DISTNAME= ttt-1.4 +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 + +.include "../../mk/bsd.pkg.mk" |