opnsense-ports/net/bmon/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

27 lines
467 B
Makefile

# Created by: Jon Nistor <nistor@snickers.org>
# $FreeBSD$
PORTNAME= bmon
PORTVERSION= 3.3
DISTVERSIONPREFIX= v
PORTREVISION= 1
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>