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