1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/net-mgmt/bwm-ng/Makefile
Tim Bishop 469ab7f8ac - Update libstatgrab to 0.91.
- Bump revision on dependent ports to chase shlib bump.
2014-07-11 21:50:50 +00:00

25 lines
545 B
Makefile

# Created by: Tim Bishop <tdb@FreeBSD.org>
# $FreeBSD$
PORTNAME= bwm-ng
PORTVERSION= 0.6
PORTREVISION= 2
CATEGORIES= net-mgmt
MASTER_SITES= http://www.gropp.org/bwm-ng/
MAINTAINER= tdb@FreeBSD.org
COMMENT= Small and simple bandwidth monitor
LIB_DEPENDS= libstatgrab.so:${PORTSDIR}/devel/libstatgrab
GNU_CONFIGURE= yes
USES= 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>