27 lines
494 B
Makefile
27 lines
494 B
Makefile
# $OpenBSD: Makefile,v 1.2 2004/04/18 23:33:17 jolan Exp $
|
|
|
|
COMMENT= "tool to monitor interface bandwidth usage"
|
|
|
|
DISTNAME= ifstat-1.1
|
|
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>
|