1 | # $Id: Portfile 30254 2007-10-23 02:22:51Z jmpp@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name ifstat |
---|
5 | version 1.1 |
---|
6 | revision 1 |
---|
7 | categories sysutils net |
---|
8 | description iftat is a tool to report network interfaces bandwith. |
---|
9 | long_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 |
---|
13 | homepage http://gael.roualland.free.fr/ifstat/ |
---|
14 | platforms darwin |
---|
15 | maintainers nomaintainer |
---|
16 | master_sites ${homepage} |
---|
17 | checksums md5 b655642c33a626cfe976792fbcd9b6e1 |
---|
18 | configure.args --mandir=${prefix}/share/man --enable-library |
---|
19 | destroot.destdir prefix=${destroot}${prefix} |
---|
20 | |
---|
21 | variant snmp { depends_lib-append lib:libnetsnmp:net-snmp |
---|
22 | configure.args-append --with-snmp=${prefix} } |
---|
23 | |
---|
24 | platform darwin 10 { |
---|
25 | patchfiles-append ifstat-size_t.diff |
---|
26 | } |
---|