# $Id: Portfile,v 1.1 2004/01/09 10:15:17 fkr Exp $ PortSystem 1.0 name ifstat version 1.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 fkr@opendarwin.org master_sites ${homepage} checksums md5 b655642c33a626cfe976792fbcd9b6e1 configure.args --mandir=${prefix}/share/man destroot.destdir prefix=${destroot}${prefix} variant devel { configure.args-append --enable-library } variant snmp { depends_lib-append lib:libnetsnmp:net-snmp configure.args-append --with-snmp=${prefix} }