summaryrefslogtreecommitdiff
path: root/net/ntop2/Makefile
diff options
context:
space:
mode:
authorcjs <cjs@pkgsrc.org>2002-07-23 06:52:37 +0000
committercjs <cjs@pkgsrc.org>2002-07-23 06:52:37 +0000
commitef0ade82aac301e910fb25c3ab198c73be6ae225 (patch)
tree3aa9ee5abd55979726f615662164387e718398ff /net/ntop2/Makefile
parente6e6660e415c9837d74b632a580d0311edf0e32c (diff)
downloadpkgsrc-ef0ade82aac301e910fb25c3ab198c73be6ae225.tar.gz
Add ntop2 package.
Diffstat (limited to 'net/ntop2/Makefile')
-rw-r--r--net/ntop2/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/net/ntop2/Makefile b/net/ntop2/Makefile
new file mode 100644
index 00000000000..6d4500b54c1
--- /dev/null
+++ b/net/ntop2/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1 2002/07/23 06:52:38 cjs Exp $
+
+DISTNAME= ntop-2.0.99-rc2
+PKGNAME= ntop2-2.0.99rc2
+#PKGREVISION= 0
+CATEGORIES= net
+CONFLICTS= ntop-*
+MASTER_SITES= http://luca.ntop.org/
+EXTRACT_SUFX= .tgz
+WRKSRC= ${WRKDIR}/RC2/ntop
+
+HOMEPAGE= http://www.ntop.org/
+COMMENT= shows network usage (similar to "top" for processes)
+
+USE_GMAKE= YES
+USE_GNU_READLINE= YES
+USE_LIBTOOL= YES
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+USE_BUILDLINK_ONLY= YES
+
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --disable-mysql --disable-mt
+## --enable-micro-ntop causes compile to fail
+#CONFIGURE_ARGS+= --disable-mysql --disable-mt
+
+DEPENDS+= gdchart:../../graphics/gdchart
+
+.include "../../net/libpcap/buildlink.mk"
+.include "../../devel/ncurses/buildlink.mk"
+.include "../../databases/gdbm/buildlink.mk"
+.include "../../devel/readline/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"