# $Id: Portfile 57016 2009-09-04 19:57:58Z toby@macports.org $ PortSystem 1.0 name ifstat version 1.1 revision 1 categories sysutils net description ifstat is a tool to report network interface bandwidth 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 dependent. homepage http://gael.roualland.free.fr/ifstat/ license GPLv2 platforms darwin maintainers nomaintainer master_sites ${homepage} checksums md5 b655642c33a626cfe976792fbcd9b6e1 patchfiles patch-Makefile.in configure.args --mandir=${prefix}/share/man --enable-library variant snmp description "Enable SNMP support" { depends_lib-append port:net-snmp configure.args-append --with-snmp=${prefix} }