# $Id: Portfile,v 1.5 2006/08/08 07:08:01 yeled Exp $

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@opendarwin.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} }
