24 lines
432 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.16 2019/07/12 20:48:28 sthen Exp $
2013-11-15 14:23:14 +00:00
COMMENT = display bandwidth usage on an interface
DISTNAME = iftop-1.0pre4
REVISION = 2
CATEGORIES = net
HOMEPAGE = http://www.ex-parrot.com/~pdw/iftop/
2011-11-16 00:10:31 +00:00
# GPLv2
PERMIT_PACKAGE = Yes
WANTLIB = c curses m pcap pthread
MASTER_SITES = ${HOMEPAGE}download/
CONFIGURE_STYLE = gnu
2014-08-19 22:54:29 +00:00
MODGNU_CONFIG_GUESS_DIRS = ${WRKSRC}/config
2013-03-11 11:35:43 +00:00
NO_TEST = Yes
.include <bsd.port.mk>