diff options
Diffstat (limited to 'net/ntop1/Makefile')
-rw-r--r-- | net/ntop1/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
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" |