pkgsrc/net/iftop/Makefile
joerg 4f38ac856b NetBSD/current can use the native ncurses.
Support PPP interfaces on NetBSD.  Bump revision.
2009-07-07 21:20:36 +00:00

21 lines
554 B
Makefile

# $NetBSD: Makefile,v 1.11 2009/07/07 21:20:36 joerg Exp $
#
DISTNAME= iftop-0.17
PKGREVISION= 1
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
PKG_DESTDIR_SUPPORT= user-destdir
USE_NCURSES= chgat
GNU_CONFIGURE= yes
.include "../../devel/ncurses/buildlink3.mk"
.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"