freebsd-ports/net/bmon/Makefile
Chris Hutchinson 57a2d229f9 net/bmon: fix Makefile, files/patchfile
While here submitter becomes maintainer. Already maintainer of several ports.

PR:		278973
Reported by:	portmaster@bsdforge.com
2024-05-16 08:18:32 +02:00

25 lines
552 B
Makefile

PORTNAME= bmon
PORTVERSION= 4.0
DISTVERSIONPREFIX= v
PORTREVISION= 3
CATEGORIES= net
MAINTAINER= portmaster@BSDforge.com
COMMENT= Human-readable bandwidth monitor and rate estimator
WWW= https://github.com/tgraf/bmon
LICENSE= BSD2CLAUSE MIT
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.BSD
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE.MIT
LIB_DEPENDS= libconfuse.so:devel/libconfuse
USES= autoreconf gettext-runtime ncurses pkgconfig:build
USE_GITHUB= yes
GH_ACCOUNT= tgraf
GNU_CONFIGURE= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>