1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/net-mgmt/bwm-ng/Makefile
Tim Bishop adf65e7d96 - Update to 0.6
- Update WWW: URL
2007-05-24 22:50:31 +00:00

27 lines
596 B
Makefile

# New ports collection makefile for: bwm-ng
# Date created: 19 February 2006
# Whom: Tim Bishop <tdb@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= bwm-ng
PORTVERSION= 0.6
CATEGORIES= net-mgmt
MASTER_SITES= http://www.gropp.org/bwm-ng/
MAINTAINER= tdb@FreeBSD.org
COMMENT= A small and simple bandwidth monitor
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config
LIB_DEPENDS= statgrab.8:${PORTSDIR}/devel/libstatgrab
GNU_CONFIGURE= yes
MAN1= bwm-ng.1
PLIST_FILES= bin/bwm-ng
CONFIGURE_ENV= LIBS="`pkg-config --libs libstatgrab`"
CONFIGURE_ARGS+= --mandir=${PREFIX}/man
.include <bsd.port.mk>