blob: 6df16fe57f97593017e1f6cfced8af47332518c5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Jon Nistor <nistor@snickers.org>
PORTNAME= bmon
PORTVERSION= 4.0
DISTVERSIONPREFIX= v
CATEGORIES= net
MAINTAINER= michelle@sorbs.net
COMMENT= Human-readable bandwidth monitor and rate estimator
LICENSE= MIT
LIB_DEPENDS= libconfuse.so:devel/libconfuse
USE_GITHUB= yes
GH_ACCOUNT= tgraf
GNU_CONFIGURE= yes
USES= autoreconf ncurses pkgconfig:build
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|