openbsd-ports/net/iftop/Makefile
sthen 691c83f9b2 Bump some ports which reference if_msghdr in their source, so that package
updates are triggered. This is following the struct if_data ABI change a few
days ago; if_msghdr has an embedded if_data.  Some may be unnecessary, but
some are definitely needed and bumps are cheaper than debugging.
Problem reported with wpa_supplicant by Mikolaj Kucharski.
2015-10-08 21:19:21 +00:00

24 lines
438 B
Makefile

# $OpenBSD: Makefile,v 1.15 2015/10/08 21:19:22 sthen Exp $
COMMENT = display bandwidth usage on an interface
DISTNAME = iftop-1.0pre4
REVISION = 2
CATEGORIES = net
HOMEPAGE = http://www.ex-parrot.com/~pdw/iftop/
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c curses m pcap pthread
MASTER_SITES = ${HOMEPAGE}download/
CONFIGURE_STYLE = gnu
MODGNU_CONFIG_GUESS_DIRS = ${WRKSRC}/config
NO_TEST = Yes
.include <bsd.port.mk>