Files
pkgsrc-ng/net/iftop/Makefile
2016-01-21 23:42:40 +01:00

21 lines
564 B
Makefile

# $NetBSD: Makefile,v 1.17 2015/08/18 07:31:15 wiz 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 "../../devel/ncurses/buildlink3.mk"
.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"