1 | # $Id: Portfile,v 1.1 2004/05/27 10:03:47 fkr Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name bmon |
---|
5 | version 2.1.0 |
---|
6 | categories net |
---|
7 | maintainers lomion@mac.com |
---|
8 | description An interface bandwidth monitor |
---|
9 | long_description bmon is a bandwidth monitor with multiple modes and \ |
---|
10 | mrtg-like ascii diagram capability. |
---|
11 | homepage http://people.suug.ch/~tgr/bmon |
---|
12 | platforms darwin |
---|
13 | master_sites ${homepage}/files |
---|
14 | |
---|
15 | checksums md5 3111a027907016c0902d67350c619df6 \ |
---|
16 | sha1 969084269f155583063832751fff5a22a6ac77e3 \ |
---|
17 | rmd160 7e0a5e0a82bfd3dc30fec899088f2206a75796a0 |
---|
18 | |
---|
19 | configure.args --mandir=${prefix}/share/man |
---|
20 | |
---|
21 | patchfiles patch-src-out_audio.c patch-src-out_xml_event.c |
---|
22 | |
---|
23 | destroot { xinstall -m 755 -d ${destroot}${prefix}/bin |
---|
24 | xinstall -m 755 -d ${destroot}${prefix}/share/man/man1 |
---|
25 | file copy ${worksrcpath}/src/bmon \ |
---|
26 | ${destroot}${prefix}/bin |
---|
27 | file copy ${worksrcpath}/man/bmon.1 \ |
---|
28 | ${destroot}${prefix}/share/man/man1 |
---|
29 | } |
---|