summaryrefslogtreecommitdiff
path: root/net/nifmon/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-02-26 11:45:50 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-02-26 11:45:50 +0000
commitcc3e5b5e867134550f0b6fc0bf34417f9c865849 (patch)
treebd02d11d886e8ec0233f4351ab9f56092eb7e7fb /net/nifmon/Makefile
parent- Update to 0.4.3 (diff)
Add nifmon 1.4,
nifmon is a curses application which displays counters and statistics of one particular network interface in one part of the screen and a stripped down tcpdump(8) output for this interface in the other part of the screen. PR: ports/63358 Submitted by: Simon Barner <barner@gmx.de>
Notes
Notes: svn path=/head/; revision=102181
Diffstat (limited to 'net/nifmon/Makefile')
-rw-r--r--net/nifmon/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/nifmon/Makefile b/net/nifmon/Makefile
new file mode 100644
index 000000000000..5ce9e458004f
--- /dev/null
+++ b/net/nifmon/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: nifmon
+# Date created: Feb 2 2004
+# Whom: Simon Barner <barner@gmx.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= nifmon
+PORTVERSION= 1.4
+CATEGORIES= net
+MASTER_SITES= http://www.freebsd-support.de/misc/
+
+MAINTAINER= barner@gmx.de
+COMMENT= A curses based network interface monitoring tool
+
+MAN8= nifmon.8
+PLIST_FILES= bin/nifmon
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/nifmon ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/nifmon.8 ${PREFIX}/man/man8
+
+.include <bsd.port.mk>