freebsd-ports/net-mgmt/bwm-ng/Makefile
Tim Bishop 44360b4b35 - Update libstatgrab to 0.13
- Fix broken MASTER_SITES
- Bump PORTREVISION and dependency in dependent ports
2006-03-20 10:18:18 +00:00

26 lines
571 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.5
PORTREVISION= 1
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/pkgconfig
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`"
.include <bsd.port.mk>