summaryrefslogtreecommitdiff
path: root/net-mgmt/bwm-ng/Makefile
diff options
context:
space:
mode:
authorTim Bishop <tdb@FreeBSD.org>2006-02-20 12:45:03 +0000
committerTim Bishop <tdb@FreeBSD.org>2006-02-20 12:45:03 +0000
commit0bcfd8caaad3ee92e61e71e6e77166a99fa07f15 (patch)
tree121e9587429bfd1d2a4535f7d72aa88a34c3a648 /net-mgmt/bwm-ng/Makefile
parentRename test target into regression-test. (diff)
- Add bwm-ng:
Bandwidth Monitor NG is a small and simple console-based live bandwidth monitor for Linux, BSD, Solaris, Mac OS X and others. Short list of features: * supports /proc/net/dev, netstat, getifaddr, sysctl, kstat and libstatgrab * unlimited number of interfaces supported * interfaces are added or removed dynamically from list * white-/blacklist of interfaces * output of KB/s, Kb/s, packets, errors, average, max and total sum * output in curses, plain console, CSV or HTML * configfile WWW: http://www.gropp.org/
Notes
Notes: svn path=/head/; revision=156486
Diffstat (limited to 'net-mgmt/bwm-ng/Makefile')
-rw-r--r--net-mgmt/bwm-ng/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/net-mgmt/bwm-ng/Makefile b/net-mgmt/bwm-ng/Makefile
new file mode 100644
index 000000000000..d1724f2602e3
--- /dev/null
+++ b/net-mgmt/bwm-ng/Makefile
@@ -0,0 +1,25 @@
+# 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
+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.7:${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>