blob: ff341b84073f18cb01443d2693c1440e40519a2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.18 2017/01/04 01:16:50 roy Exp $
#
DISTNAME= iftop-0.17
PKGREVISION= 5
CATEGORIES= net
MASTER_SITES= http://www.ex-parrot.com/~pdw/iftop/download/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.ex-parrot.com/~pdw/iftop/download/
COMMENT= Display bandwidth usage on an interface
USE_NCURSES= chgat
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-resolver=netdb_1thread
.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|