freebsd-ports/net/ifstat/Makefile
Yen-Ming Lee 2a324e633e ifstat is a tool to report network interfaces bandwith just like
vmstat/iostat do for other system counters.

PR:		50667
Submitted by:	spf <spf@XSLT.cs.nccu.edu.tw>
2003-04-09 00:09:54 +00:00

20 lines
473 B
Makefile

# New ports collection makefile for: ifstat
# Date created: 30 Mar 2003
# Whom: spf@xslt.cs.nccu.edu.tw
#
# $FreeBSD$
#
PORTNAME= ifstat
PORTVERSION= 0.5
CATEGORIES= net
MASTER_SITES= http://gael.roualland.free.fr/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@freebsd.org
COMMENT= Network interface statistics monitoring tool
GNU_CONFIGURE= yes
MAN1= ifstat.1
.include <bsd.port.mk>