freebsd-ports/net/bmon/Makefile
Stefan Eßer 04b9da4140 */*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
2021-11-25 22:40:11 +01:00

23 lines
412 B
Makefile

# Created by: Jon Nistor <nistor@snickers.org>
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
USE_GITHUB= yes
GH_ACCOUNT= tgraf
GNU_CONFIGURE= yes
USES= autoreconf ncurses pkgconfig:build
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>