blob: dab85d69d2ef27f6366e11ce47ab01a71963f55e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.3 2004/03/20 16:37:38 wiz 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_BUILDLINK2= yes
USE_NCURSES= # mvchgat()
GNU_CONFIGURE= yes
.include "../../devel/ncurses/buildlink2.mk"
.include "../../net/libpcap/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|