openbsd-ports/net/ifstat/Makefile
jolan db23abd39c import of ifstat-1.0:
ifstat is a tool to report network interfaces bandwidth just like
vmstat/iostat do for other system counters.

WWW: http://gael.roualland.free.fr/ifstat/
2003-11-22 22:42:30 +00:00

27 lines
498 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2003/11/22 22:42:30 jolan Exp $
COMMENT= "tool to monitor interface bandwidth usage"
DISTNAME= ifstat-1.0
CATEGORIES= net
HOMEPAGE= http://gael.roualland.free.fr/ifstat/
MAINTAINER= Johan Fredin <griffin@legonet.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
CONFIGURE_STYLE= gnu dest
NO_REGRESS= Yes
CONFIGURE_ARGS+= --without-snmp
.include <bsd.port.mk>