blob: de25684d4692be080f308be908f01eb63b29a602 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.4 2004/03/20 19:36:58 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/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|