pkgsrc-wip/tcptrack/Makefile
pancake ;) fd09407e0a Initial import of tcptrack 1.1.4
tcptrack is a sniffer which displays information about TCP connections it
sees on a network interface. It passively watches for connections on the
network interface, keeps track of their state and displays a list of
connections in a manner similar to the unix 'top' command. It displays
source and destination addresses and ports, connection state, idle time,
and bandwidth usage.
2004-11-02 19:44:52 +00:00

18 lines
495 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/11/02 19:44:52 poppnk Exp $
#
DISTNAME= tcptrack-1.1.4
CATEGORIES= wip
MASTER_SITES= http://www.rhythm.cx/~steve/devel/tcptrack/release/1.1.4/source/
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://www.rhythm.cx/~steve/devel/tcptrack/
COMMENT= Watch TCP connections
USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
.include "../../devel/ncurses/buildlink3.mk"
.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"