diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-11-20 13:44:30 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-11-20 13:44:30 +0000 |
commit | 3b7a8833472359588508ec76beb2fb6e4ead0d50 (patch) | |
tree | 432fff8f4167f6cff28607c8449fc742479dd513 /net/ttt/Makefile | |
parent | Upgrade to 2.4.10. (diff) |
new port: ports/net/ttt
Tele Traffic Tapper, a network traffic monitoring tool
Reviewed by: kjc@csl.sony.co.jp
Notes
Notes:
svn path=/head/; revision=8727
Diffstat (limited to 'net/ttt/Makefile')
-rw-r--r-- | net/ttt/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile new file mode 100644 index 000000000000..2f780800481d --- /dev/null +++ b/net/ttt/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: ttt +# Version required: 0.4.1 +# Date created: 18 November 1997 +# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> +# +# $Id$ +# + +DISTNAME= ttt-0.4.1 +CATEGORIES= net +MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/ + +MAINTAINER= itojun@itojun.org + +LIB_DEPENDS= BLT:${PORTSDIR}/x11/blt + +INSTALL_TARGET= install install-man +MAN1= ttt.1 tttprobe.1 tttview.1 + +post-install: + @if [ ! -c /dev/bpf1 ]; then \ + ${ECHO} "*********************************************************";\ + ${ECHO} "* W a r n i n g *";\ + ${ECHO} "* TTT needs Berkeley packet filter (bpf). *";\ + ${ECHO} "* To use TTT, your kernel must be rebuilt with bpf, and *";\ + ${ECHO} "* make bpf devices on /dev directory. *";\ + ${ECHO} "*********************************************************";\ + fi + +.include <bsd.port.mk> |