summaryrefslogtreecommitdiff
path: root/net/ttt/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-01-13 23:35:38 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-01-13 23:35:38 +0000
commit46a140d4ee114eddff8575ad86dd011908dd745d (patch)
treeaaec9021a8674fb6b732f70fad0e82945b94f94e /net/ttt/Makefile
parent5b2ded73eeed8fdea5f4cc1eb510f09ebf8e284d (diff)
downloadpkgsrc-46a140d4ee114eddff8575ad86dd011908dd745d.tar.gz
Updated to 1.8, this closes PR pkg/24086.
Changes: o Compiles with gcc3 (switch from varargs.h to stdarg.h) o Builds with BLT24z/tk8.4/tcl8.4 o minor bug fixes
Diffstat (limited to 'net/ttt/Makefile')
-rw-r--r--net/ttt/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile
index 326cd08869e..0f8c439ccc0 100644
--- a/net/ttt/Makefile
+++ b/net/ttt/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2003/07/17 22:51:57 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/01/13 23:35:38 xtraeme Exp $
#
-DISTNAME= ttt-1.6
+DISTNAME= ttt-1.8
CATEGORIES= net
MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/
@@ -9,13 +9,13 @@ 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
+USE_BUILDLINK2= 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 "../../net/libpcap/buildlink2.mk"
+.include "../../x11/blt/buildlink2.mk"
+.include "../../x11/tk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"