1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/net/ttt/Makefile

31 lines
745 B
Makefile
Raw Normal View History

# New ports collection makefile for: ttt
1998-09-22 09:40:21 +00:00
# Date created: 22 September 1998
# Whom: Kenjiro Cho <kjc@csl.sony.co.jp>
#
1999-08-30 14:24:37 +00:00
# $FreeBSD$
#
PORTNAME= ttt
PORTVERSION= 1.8.2
2010-02-05 11:46:55 +00:00
PORTREVISION= 3
CATEGORIES= net tk ipv6
MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/
MAINTAINER= ports@FreeBSD.org
2003-02-21 13:28:59 +00:00
COMMENT= Tele Traffic Tapper, a network traffic monitoring tool
LIB_DEPENDS= BLT24:${PORTSDIR}/x11-toolkits/blt
USE_TK= 84+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl${TCL_VER} \
--with-tk=${LOCALBASE}/lib/tk${TK_VER}
INSTALL_TARGET= install install-man
MAN1= ttt.1 tttprobe.1 tttview.1
post-configure:
${REINPLACE_CMD} 's|^CFLAGS *=.*|CFLAGS=${CFLAGS}|' \
${WRKSRC}/Makefile
2004-05-13 08:58:27 +00:00
.include <bsd.port.mk>