1997-11-20 14:44:30 +01:00
|
|
|
# New ports collection makefile for: ttt
|
1998-09-22 11:40:21 +02:00
|
|
|
# Date created: 22 September 1998
|
1998-07-12 19:56:08 +02:00
|
|
|
# Whom: Kenjiro Cho <kjc@csl.sony.co.jp>
|
1997-11-20 14:44:30 +01:00
|
|
|
#
|
1999-08-30 16:24:37 +02:00
|
|
|
# $FreeBSD$
|
1997-11-20 14:44:30 +01:00
|
|
|
#
|
|
|
|
|
2000-04-09 20:14:07 +02:00
|
|
|
PORTNAME= ttt
|
2004-08-16 04:48:43 +02:00
|
|
|
PORTVERSION= 1.8.2
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2008-04-09 15:42:26 +02:00
|
|
|
CATEGORIES= net tk ipv6
|
2001-01-16 18:33:20 +01:00
|
|
|
MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/
|
1997-11-20 14:44:30 +01:00
|
|
|
|
2007-10-01 13:09:26 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Tele Traffic Tapper, a network traffic monitoring tool
|
1997-11-20 14:44:30 +01:00
|
|
|
|
2003-10-22 12:23:54 +02:00
|
|
|
LIB_DEPENDS= BLT24.3:${PORTSDIR}/x11-toolkits/blt
|
1997-11-21 18:50:07 +01:00
|
|
|
|
1998-07-12 19:56:08 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2003-10-22 12:23:54 +02:00
|
|
|
CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.4 \
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
--with-tk=${LOCALBASE}/lib/tk8.4
|
1997-11-20 14:44:30 +01:00
|
|
|
INSTALL_TARGET= install install-man
|
|
|
|
MAN1= ttt.1 tttprobe.1 tttview.1
|
|
|
|
|
2004-05-13 10:58:27 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|