1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/net-mgmt/bwm-ng/Makefile
2023-01-09 09:35:57 +00:00

24 lines
551 B
Makefile

PORTNAME= bwm-ng
PORTVERSION= 0.6.3
CATEGORIES= net-mgmt
MASTER_SITES= http://www.gropp.org/bwm-ng/
MAINTAINER= tdb@FreeBSD.org
COMMENT= Small and simple bandwidth monitor
WWW= https://www.gropp.org/?id=projects&sub=bwm-ng
LICENSE= GPLv2+
LIB_DEPENDS= libstatgrab.so:devel/libstatgrab
GNU_CONFIGURE= yes
USES= autoreconf ncurses pkgconfig
USE_CSTD= gnu89
PLIST_FILES= bin/bwm-ng man/man1/bwm-ng.1.gz
CONFIGURE_ARGS= --with-libstatgrab
CPPFLAGS+= `pkg-config --cflags libstatgrab`
LIBS+= `pkg-config --libs libstatgrab`
.include <bsd.port.mk>