aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/bwm-ng/Makefile
blob: df243d01b639e733cc65c6bbcd5a7beda760450c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Tim Bishop <tdb@FreeBSD.org>

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:devel/libstatgrab

GNU_CONFIGURE=	yes
USES=		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>