# $Id: Portfile 30254 2007-10-23 02:22:51Z jmpp@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 nomaintainer
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} }
