2827f5b2d8
with 8.4 will be updated to depend on x11/tk after Tk update.
21 lines
512 B
Makefile
21 lines
512 B
Makefile
# $NetBSD: Makefile,v 1.8 2004/03/08 20:27:15 minskim Exp $
|
|
#
|
|
|
|
DISTNAME= ttt-1.8
|
|
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
|
|
|
|
USE_X11= yes
|
|
USE_BUILDLINK2= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALL_TARGET= install install-man
|
|
|
|
.include "../../net/libpcap/buildlink2.mk"
|
|
.include "../../x11/blt/buildlink2.mk"
|
|
.include "../../x11/tk83/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|