1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/net/bmon/Makefile
2015-04-18 15:14:57 +00:00

29 lines
505 B
Makefile

# Created by: Jon Nistor <nistor@snickers.org>
# $FreeBSD$
PORTNAME= bmon
PORTVERSION= 3.3
PORTREVISION= 1
CATEGORIES= net
MAINTAINER= michelle@sorbs.net
COMMENT= Human-readable bandwidth monitor and rate estimator
LICENSE= MIT
LIB_DEPENDS= libconfuse.so:${PORTSDIR}/devel/libconfuse
CONFLICTS_INSTALL= bmon-*
USE_GITHUB= yes
GH_ACCOUNT= tgraf
GH_COMMIT= ad62e66
GH_TAGNAME= v${PORTVERSION}
GNU_CONFIGURE= yes
USES= autoreconf ncurses pkgconfig:build
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>