diff options
author | mph <mph@FreeBSD.org> | 1998-08-11 10:59:56 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-08-11 10:59:56 +0800 |
commit | a50d95f88a198394d4b8d9d7c51a4f39b8a23a52 (patch) | |
tree | 9e1111f9a2d9c133951cf4b08c79a0aeedb9471c /net/ntop/Makefile | |
parent | 511f049da56e37900533b5eff597e6afe060f608 (diff) | |
download | freebsd-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/Makefile | 23 |
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> |