From 860874b94d128a7e822c48ff9b37193c859a5033 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 6 Jan 2005 11:44:16 +0000 Subject: net/ntop renamed to net/ntop1 --- net/ntop1/Makefile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 net/ntop1/Makefile (limited to 'net/ntop1/Makefile') diff --git a/net/ntop1/Makefile b/net/ntop1/Makefile new file mode 100644 index 00000000000..e5e37bd5fca --- /dev/null +++ b/net/ntop1/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/01/06 11:44:16 adam Exp $ + +DISTNAME= ntop-1.1 +PKGREVISION= 4 +CATEGORIES= net +MASTER_SITES= ftp://ftp.unipi.it/pub/local/ntop/source/ +EXTRACT_SUFX= -src.tar.gz + +MAINTAINER= kim@tac.nyc.ny.us +HOMEPAGE= http://www.ntop.org/ +COMMENT= Shows network usage (similar to "top" for processes) + +USE_BUILDLINK3= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-threads=no + +INSTALL_TARGET= install install-man + +.include "../../net/libpcap/buildlink3.mk" +.include "../../devel/ncurses/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3