Tweak net-mgmt/bwm-ng version 0.6_2
[dports.git] / net-mgmt / bwm-ng / Makefile
1 # Created by: Tim Bishop <tdb@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       bwm-ng
5 PORTVERSION=    0.6
6 PORTREVISION=   2
7 CATEGORIES=     net-mgmt
8 MASTER_SITES=   http://www.gropp.org/bwm-ng/
9
10 MAINTAINER=     tdb@FreeBSD.org
11 COMMENT=        Small and simple bandwidth monitor
12
13 LIB_DEPENDS=    libstatgrab.so:devel/libstatgrab
14
15 GNU_CONFIGURE=  yes
16 USES=           ncurses pkgconfig
17 USE_CSTD=       gnu89
18 PLIST_FILES=    bin/bwm-ng man/man1/bwm-ng.1.gz
19
20 CONFIGURE_ARGS= --with-libstatgrab
21 CPPFLAGS+=      `pkg-config --cflags libstatgrab`
22 LIBS+=          `pkg-config --libs libstatgrab`
23
24 .include <bsd.port.mk>