freebsd-ports/net/bmon/Makefile
2021-04-06 16:31:07 +02:00

25 lines
439 B
Makefile

# 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
CONFLICTS_INSTALL= bmon-*
USE_GITHUB= yes
GH_ACCOUNT= tgraf
GNU_CONFIGURE= yes
USES= autoreconf ncurses pkgconfig:build
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>