diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
commit | 992586fa0863f8346a19cbcdfbba376c5c4dfd43 (patch) | |
tree | 87b239f8431cee200969f89da8739806496b7dad /net-mgmt/bwm-ng/Makefile | |
parent | dc0ce8f5839343b4c972ae818337189b1b55d447 (diff) | |
download | ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.tar.gz ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.zip |
Notes
Diffstat (limited to 'net-mgmt/bwm-ng/Makefile')
-rw-r--r-- | net-mgmt/bwm-ng/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-mgmt/bwm-ng/Makefile b/net-mgmt/bwm-ng/Makefile index 66df22801824..3677fe7ca3a3 100644 --- a/net-mgmt/bwm-ng/Makefile +++ b/net-mgmt/bwm-ng/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bwm-ng -# Date created: 19 February 2006 -# Whom: Tim Bishop <tdb@FreeBSD.org> -# +# Created by: Tim Bishop <tdb@FreeBSD.org> # $FreeBSD$ -# PORTNAME= bwm-ng PORTVERSION= 0.6 @@ -16,7 +12,7 @@ COMMENT= A small and simple bandwidth monitor LIB_DEPENDS= statgrab.8:${PORTSDIR}/devel/libstatgrab GNU_CONFIGURE= yes -USE_PKGCONFIG= yes +USES= pkgconfig MAN1= bwm-ng.1 PLIST_FILES= bin/bwm-ng |