freebsd-ports/net/ttt/Makefile
Kenjiro Cho b8896a3ccd upgrade from ttt-1.6 to ttt-1.8.
this version compiles with gcc-3.

PR: 58098
2003-10-17 07:45:42 +00:00

24 lines
614 B
Makefile

# New ports collection makefile for: ttt
# Date created: 22 September 1998
# Whom: Kenjiro Cho <kjc@csl.sony.co.jp>
#
# $FreeBSD$
#
PORTNAME= ttt
PORTVERSION= 1.8
CATEGORIES= net tk83 ipv6
MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/
MAINTAINER= kjc@csl.sony.co.jp
COMMENT= Tele Traffic Tapper, a network traffic monitoring tool
LIB_DEPENDS= BLT24.2:${PORTSDIR}/x11-toolkits/blt
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.3 \
--with-tk=${LOCALBASE}/lib/tk8.3
INSTALL_TARGET= install install-man
MAN1= ttt.1 tttprobe.1 tttview.1
.include <bsd.port.mk>