summaryrefslogtreecommitdiff
path: root/net/ntop/Makefile
diff options
context:
space:
mode:
authoradam <adam>2011-02-11 11:12:14 +0000
committeradam <adam>2011-02-11 11:12:14 +0000
commit7d2c1b8ad6933a5f91e9694a06cc4d4c837c1ae4 (patch)
tree3d5b12cf82c33f1932ce6aefac0f5958a8bc37e5 /net/ntop/Makefile
parent1d37bc49bca95edbab9984419d094301706e9c2c (diff)
downloadpkgsrc-7d2c1b8ad6933a5f91e9694a06cc4d4c837c1ae4.tar.gz
* Install Geo information.
* Depend on py-mako, so maps get be generated. * Don't discard badly checksummed packets. * Clean-up.
Diffstat (limited to 'net/ntop/Makefile')
-rw-r--r--net/ntop/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index 0ed8df3df29..647ed4c2114 100644
--- a/net/ntop/Makefile
+++ b/net/ntop/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.64 2011/02/09 08:37:10 adam Exp $
+# $NetBSD: Makefile,v 1.65 2011/02/11 11:12:14 adam Exp $
DISTNAME= ntop-4.0.3
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ntop/}
EXTRACT_SUFX= .tgz
@@ -13,10 +14,11 @@ LICENSE= gnu-gpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS= ntop-[0-9]*
+DEPENDS+= ${PYPKGPREFIX}-mako-[0-9]*:../../devel/py-mako
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
-USE_TOOLS+= aclocal autoconf autoheader automake gawk gmake
+USE_TOOLS+= aclocal autoconf autoheader automake gawk gmake gunzip
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/share/ntop
@@ -47,7 +49,6 @@ pre-configure:
libtoolize -c -f; cp m4/libtool.m4 libtool.m4.in; \
cat acinclude.m4.in libtool.m4.in acinclude.m4.ntop > acinclude.m4; \
aclocal; autoheader; automake -a --foreign -i; autoconf
-# cp ${PREFIX}/share/libtool/config/ltmain.sh .; \
.include "../../databases/gdbm/buildlink3.mk"
.include "../../databases/rrdtool/buildlink3.mk"