aboutsummaryrefslogtreecommitdiffstats
path: root/net/ntop/Makefile
diff options
context:
space:
mode:
authormph <mph@FreeBSD.org>1998-08-11 10:59:56 +0800
committermph <mph@FreeBSD.org>1998-08-11 10:59:56 +0800
commita50d95f88a198394d4b8d9d7c51a4f39b8a23a52 (patch)
tree9e1111f9a2d9c133951cf4b08c79a0aeedb9471c /net/ntop/Makefile
parent511f049da56e37900533b5eff597e6afe060f608 (diff)
downloadfreebsd-ports-gnome-a50d95f88a198394d4b8d9d7c51a4f39b8a23a52.tar.gz
freebsd-ports-gnome-a50d95f88a198394d4b8d9d7c51a4f39b8a23a52.tar.zst
freebsd-ports-gnome-a50d95f88a198394d4b8d9d7c51a4f39b8a23a52.zip
Import of ntop, a program for showing network information, similar
to what top(1) does for processes. PR: 7566 Submitted by: Bill Fumerola <billf@jade.chc-chimes.com>
Diffstat (limited to 'net/ntop/Makefile')
-rw-r--r--net/ntop/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
new file mode 100644
index 000000000000..50a8d6f67dee
--- /dev/null
+++ b/net/ntop/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: ntop
+# Version required: 0.2.2
+# Date created: 10 August 1998
+# Whom: Bill Fumerola <billf@chc-chimes.com>
+#
+# $Id$
+#
+
+DISTNAME= ntop-0.4-src
+PKGNAME= ntop-0.4
+CATEGORIES= net
+MASTER_SITES= http://jake.unipi.it/~deri/ntop/
+
+MAINTAINER= billf@chc-chimes.com
+
+WRKSRC= ${WRKDIR}/${PKGNAME}
+USE_AUTOCONF= yes
+ALL_TARGET=
+
+post-install:
+ strip ${PREFIX}/sbin/ntop
+
+.include <bsd.port.mk>