You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
6d1dd5e9c8
- Closes: https://trac.macports.org/ticket/59334 - Add size to checksums
36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
Plaintext
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup tgraf bmon 4.0 v
|
|
revision 3
|
|
categories net
|
|
platforms darwin
|
|
maintainers {l2dy @l2dy} openmaintainer
|
|
license BSD MIT
|
|
|
|
description An interface bandwidth monitor
|
|
|
|
long_description bmon is a bandwidth monitor with multiple modes and \
|
|
mrtg-like ascii diagram capability.
|
|
|
|
github.tarball_from releases
|
|
|
|
checksums rmd160 9f8639ef55c77f1085169d40c02f5702ac30cfc4 \
|
|
sha256 02fdc312b8ceeb5786b28bf905f54328f414040ff42f45c83007f24b76cc9f7a \
|
|
size 202241
|
|
|
|
# Trac: #59334, PR: #5636
|
|
if {([vercmp ${os.major} 11] <= 0) ||
|
|
([vercmp ${os.major} 19] >= 0) &&
|
|
([vercmp ${xcodeversion} 11.3] < 0)} {
|
|
patchfiles patch-fix__unused.diff
|
|
}
|
|
|
|
depends_build port:pkgconfig
|
|
|
|
depends_lib port:gettext \
|
|
port:libconfuse \
|
|
port:ncurses
|
|
|
|
configure.args --disable-silent-rules
|