Ticket #1844: Portfile

File Portfile, 864 bytes (added by lomion@…, 20 years ago)

Portfile for bmon

Line 
1PortSystem              1.0
2name                    bmon
3version                 1.2.1
4revision                0
5categories              net
6maintainers             lomion@mac.com
7description             An interface bandwidth monitor
8long_description        bmon is a bandwidth monitor with multiple modes and \
9                        mrtg-like ascii diagram capability.
10homepage                http://trash.net/~reeler/bmon
11platforms               darwin
12master_sites            http://trash.net/~reeler/bmon/files
13
14checksums               md5 229959798c838ebabc042eedd5c9c427
15
16configure.args          --mandir=${prefix}/share/man
17
18destroot                {
19                        xinstall -m 755 -d ${destroot}${prefix}/bin
20                        xinstall -m 755 -d ${destroot}${prefix}/share/man/man1
21                        file copy ${worksrcpath}/bmon  ${destroot}${prefix}/bin
22                        file copy ${worksrcpath}/bmon.1 \
23                        ${destroot}${prefix}/share/man/man1
24                        }