a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20468 2006-11-03 15:25:14Z blair@macports.org $
PortSystem 1.0
name ifstat
version 1.1
revision 1
categories sysutils net
description iftat is a tool to report network interfaces bandwith.
long_description ifstat is a tool to report network interfaces bandwith \
just like vmstat/iostat do for other system counters. \
ifstat gathers these statistics from the kernel internal \
counters, which is highly operating system dependen
homepage http://gael.roualland.free.fr/ifstat/
platforms darwin
maintainers yeled@macports.org
master_sites ${homepage}
checksums md5 b655642c33a626cfe976792fbcd9b6e1
configure.args --mandir=${prefix}/share/man --enable-library
destroot.destdir prefix=${destroot}${prefix}
variant snmp { depends_lib-append lib:libnetsnmp:net-snmp
configure.args-append --with-snmp=${prefix} }