1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name MyPort |
---|
5 | version 0.6 |
---|
6 | categories net |
---|
7 | maintainers nomaintainer@macports.org |
---|
8 | description A small and simple bandwidth monitor |
---|
9 | long_description \ |
---|
10 | Bandwidth Monitor NG is a small and simple console-based live network \ |
---|
11 | and disk io bandwidth monitor for Linux, BSD, Solaris, Mac OS X and \ |
---|
12 | others. |
---|
13 | |
---|
14 | homepage http://www.gropp.org |
---|
15 | platforms darwin |
---|
16 | |
---|
17 | master_sites ${homepage}/bwm-ng |
---|
18 | distname bwm-ng-${version} |
---|
19 | checksums md5 d3a02484fb7946371bfb4e10927cebfb |
---|
20 | configure.args --with-ncurses=${prefix}/include |
---|
21 | configure.env LDFLAGS=-L${prefix}/lib |
---|
22 | depends_lib port:ncurses |
---|