freebsd-ports/net/bmon/Makefile
Jochen Neumeister 4b52451036 - net/bmon: Update from 3.3 to 4.0
- Changelog: https://github.com/tgraf/bmon/blob/master/NEWS

PR:			219392
Reported by:	Eric Camachat
Approved by:	michelle@sorbs.net (maintainer timeout, 2 weeks), miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D11038
2017-06-04 12:31:59 +00:00

27 lines
451 B
Makefile

# Created by: Jon Nistor <nistor@snickers.org>
# $FreeBSD$
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>