openbsd-ports/net/nload/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

23 lines
435 B
Makefile

# $OpenBSD: Makefile,v 1.7 2015/10/08 21:19:22 sthen Exp $
COMMENT= network traffic and bandwidth usage in real time
DISTNAME= nload-0.7.4
REVISION= 1
CATEGORIES= net
HOMEPAGE= http://www.roland-riegel.de/nload/
MAINTAINER= Gonzalo L. R. <gonzalo@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${HOMEPAGE}
CONFIGURE_STYLE= gnu
SEPARATE_BUILD= Yes
WANTLIB= c form m ncurses stdc++
.include <bsd.port.mk>