mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
a34bba2839
catch one MASTER_SITES0 that wasn't actually in use
22 lines
365 B
Makefile
22 lines
365 B
Makefile
COMMENT = display bandwidth usage on an interface
|
|
|
|
DISTNAME = iftop-1.0pre4
|
|
REVISION = 4
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = http://www.ex-parrot.com/~pdw/iftop/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c curses m pcap pthread
|
|
|
|
SITES = ${HOMEPAGE}download/
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
MODGNU_CONFIG_GUESS_DIRS = ${WRKSRC}/config
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|