mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
3e4ed01146
- 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)
28 lines
662 B
Makefile
28 lines
662 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.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= net tk ipv6
|
|
MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Tele Traffic Tapper, a network traffic monitoring tool
|
|
|
|
LIB_DEPENDS= BLT24.3:${PORTSDIR}/x11-toolkits/blt
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.4 \
|
|
--with-tk=${LOCALBASE}/lib/tk8.4
|
|
INSTALL_TARGET= install install-man
|
|
MAN1= ttt.1 tttprobe.1 tttview.1
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include <bsd.port.post.mk>
|