pkgsrc/net/iftop/Makefile
xtraeme ebdafce343 Initial import of iftop-0.16.
iftop does for network usage what top(1) does for CPU usage. It listens to
network traffic on a named interface and displays a table of current
bandwidth usage by pairs of hosts.
2004-02-29 03:31:14 +00:00

18 lines
489 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/02/29 03:31:14 xtraeme Exp $
#
DISTNAME= iftop-0.16
CATEGORIES= net
MASTER_SITES= http://www.ex-parrot.com/~pdw/iftop/download/
MAINTAINER= xtraeme@NetBSD.org
HOMEPAGE= http://www.ex-parrot.com/~pdw/iftop/download/
COMMENT= Display bandwidth usage on an interface
USE_BUILDLINK3= yes
USE_NCURSES= # mvchgat()
GNU_CONFIGURE= yes
.include "../../devel/ncurses/buildlink3.mk"
.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"