diff options
Diffstat (limited to 'net/ntop1/Makefile')
-rw-r--r-- | net/ntop1/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/net/ntop1/Makefile b/net/ntop1/Makefile deleted file mode 100644 index 9addac8fd09..00000000000 --- a/net/ntop1/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $NetBSD: Makefile,v 1.6 2007/12/22 11:48:09 obache 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= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.ntop.org/ -COMMENT= Shows network usage (similar to "top" for processes) - -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-threads=no - -INSTALL_TARGET= install install-man -INSTALLATION_DIRS= sbin ${PKGMANDIR}/man8 - -PKG_DESTDIR_SUPPORT= user-destdir - -.include "../../net/libpcap/buildlink3.mk" -.include "../../devel/ncurses/buildlink3.mk" - -.include "../../mk/bsd.pkg.mk" |