Ticket #21088: Portfile

File Portfile, 967 bytes (added by mpapamanz@…, 15 years ago)
Line 
1# $Id: Portfile 30254 2007-10-23 02:22:51Z jmpp@macports.org $
2
3PortSystem 1.0
4name        ifstat
5version     1.1
6revision    1
7categories  sysutils net
8description iftat is a tool to report network interfaces bandwith. 
9long_description    ifstat is a tool to report network interfaces bandwith \
10            just like vmstat/iostat do for other system counters. \
11            ifstat gathers these statistics from the kernel internal \
12            counters, which is highly operating system dependen
13homepage    http://gael.roualland.free.fr/ifstat/   
14platforms   darwin
15maintainers nomaintainer
16master_sites    ${homepage}
17checksums   md5 b655642c33a626cfe976792fbcd9b6e1
18configure.args  --mandir=${prefix}/share/man --enable-library
19destroot.destdir    prefix=${destroot}${prefix}
20
21variant snmp {  depends_lib-append  lib:libnetsnmp:net-snmp
22        configure.args-append   --with-snmp=${prefix} }
23
24platform darwin 10 {
25  patchfiles-append ifstat-size_t.diff
26}