summaryrefslogtreecommitdiff
path: root/net/nload/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-11-13 08:31:05 +0000
committerminskim <minskim@pkgsrc.org>2005-11-13 08:31:05 +0000
commit476282a1cafa09a57e7e28eacbb9c3aad42f192c (patch)
tree24883026468a106f2c87c43f04bde6f8e34184fc /net/nload/Makefile
parent21921fb67ac5ccea9c0340a2359795cee07c0267 (diff)
downloadpkgsrc-476282a1cafa09a57e7e28eacbb9c3aad42f192c.tar.gz
Import nload from pkgsrc-wip. Packaged by Bartosz Kuzma.
nload is a console application which monitors network traffic and bandwidth usage in real time. It visualizes the in- and outgoing traffic using two graphs and provides additional info like the total amount of transfered data and min/max network usage.
Diffstat (limited to 'net/nload/Makefile')
-rw-r--r--net/nload/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/nload/Makefile b/net/nload/Makefile
new file mode 100644
index 00000000000..b6b05a4cfc5
--- /dev/null
+++ b/net/nload/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/13 08:31:05 minskim Exp $
+#
+
+DISTNAME= nload-0.6.0
+CATEGORIES= net sysutils
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nload/}
+
+MAINTAINER= bartosz@atom.eu.org
+HOMEPAGE= http://www.roland-riegel.de/nload/
+COMMENT= Monitoring network traffic and bandwidth usage
+
+MANCOMPRESSED= yes
+GNU_CONFIGURE= yes
+
+.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"