mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
30 lines
562 B
Makefile
30 lines
562 B
Makefile
# Created by: Jon Nistor <nistor@snickers.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bmon
|
|
PORTVERSION= 3.3
|
|
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}
|
|
|
|
USES= ncurses pkgconfig:build
|
|
USE_AUTOTOOLS= libtoolize autoheader automake aclocal
|
|
AUTOMAKE_ARGS+= --add-missing
|
|
GNU_CONFIGURE= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|