diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-07-20 16:22:41 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-07-20 16:22:41 +0000 |
commit | 6252a7327f62a0fb219bc594b9c0ec888599f215 (patch) | |
tree | 5a840bf7a76925b7dcd8d1864656527984015182 /net/bwm-ng/Makefile | |
parent | 10cdbbea956bc3c99c508cf134cfb72dd9f136f7 (diff) | |
download | pkgsrc-6252a7327f62a0fb219bc594b9c0ec888599f215.tar.gz |
Add bwm-ng version 0.6.1 to pkgsrc.
Bandwidth Monitor NG is a small and simple console-based live bandwidth
monitor for Linux, BSD, Solaris, Mac OS X and others.
Diffstat (limited to 'net/bwm-ng/Makefile')
-rw-r--r-- | net/bwm-ng/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/bwm-ng/Makefile b/net/bwm-ng/Makefile new file mode 100644 index 00000000000..780dfc5241c --- /dev/null +++ b/net/bwm-ng/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2018/07/20 16:22:41 jperkin Exp $ + +DISTNAME= bwm-ng-0.6.1 +CATEGORIES= net +MASTER_SITES= http://www.gropp.org/bwm-ng/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.gropp.org/?id=projects&sub=bwm-ng +COMMENT= Console-based bandwidth monitor +LICENSE= gnu-gpl-v2 + +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes + +.include "../../mk/curses.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |