summaryrefslogtreecommitdiff
path: root/net/ntop/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2007-09-15 07:35:37 +0000
committeradam <adam@pkgsrc.org>2007-09-15 07:35:37 +0000
commit87a6a332dca119044c2906c6b876f46a708f668d (patch)
treefe8022c7f708c18337a0277b9dddea5e62755947 /net/ntop/Makefile
parent94e689984388900d7f4044c0949f81f5da984b04 (diff)
downloadpkgsrc-87a6a332dca119044c2906c6b876f46a708f668d.tar.gz
Changes 3.3:
* Improved stability * Ease of use * U3 support and graphical GUI (Win32)
Diffstat (limited to 'net/ntop/Makefile')
-rw-r--r--net/ntop/Makefile16
1 files changed, 10 insertions, 6 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index 1cc1e475b73..3dfe9bd38a5 100644
--- a/net/ntop/Makefile
+++ b/net/ntop/Makefile
@@ -1,10 +1,8 @@
-# $NetBSD: Makefile,v 1.45 2006/04/17 13:46:44 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2007/09/15 07:35:37 adam Exp $
-DISTNAME= ntop-3.2
-PKGREVISION= 2
+DISTNAME= ntop-3.3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ntop/}
-EXTRACT_SUFX= .tgz
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.ntop.org/ntop.html
@@ -14,7 +12,7 @@ CONFLICTS= ntop-[0-9]*
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
-USE_TOOLS+= gawk gmake
+USE_TOOLS+= aclocal autoconf autoheader automake gawk gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/share/ntop
@@ -28,6 +26,7 @@ CONFIGURE_ARGS+= --with-pcap-root=${BUILDLINK_PREFIX.libpcap}
CONFIGURE_ARGS+= --with-zlib-root=${BUILDLINK_PREFIX.zlib}
# ntop-3.x crashes with IPv6
CONFIGURE_ARGS+= --disable-ipv6
+CONFIGURE_ARGS+= --disable-snmp
BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.8.3
@@ -36,10 +35,15 @@ BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.8.3
CONFIGURE_ARGS+= --disable-mt
.endif
+pre-configure:
+ set -e; cd ${WRKSRC}; \
+ aclocal; autoheader; automake -a --foreign -i; autoconf
+
.include "../../databases/gdbm/buildlink3.mk"
+.include "../../databases/rrdtool/buildlink3.mk"
+.include "../../devel/pcre/buildlink3.mk"
.include "../../graphics/gdchart/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../net/libpcap/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
-.include "../../textproc/gdome2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"