pkgsrc/net/nprobe/Makefile
joerg 05367ea72f Correct pthread detection in configure. Has libtool, so annotate that.
Update source checksum, I have no idea what changed, but even
ftp.netbsd.org doesn't have the old version around. Remove the
interactive fetch, since it is normal GPL code and can be fetched
directly. Bump revision due to unclear status.
2006-05-12 09:19:54 +00:00

29 lines
708 B
Makefile

# $NetBSD: Makefile,v 1.18 2006/05/12 09:19:54 joerg Exp $
DISTNAME= nProbe-source-1.3.1
PKGREVISION= 4
PKGNAME= nprobe-1.3.1
CATEGORIES= net
MASTER_SITES= http://luca.ntop.org/nprobeDownload/
EXTRACT_SUFX= .tgz
MAINTAINER= cjs@NetBSD.org
HOMEPAGE= http://www.ntop.org/nProbe.html
COMMENT= Monitor a network interface and generate NetFlow data
WRKSRC= ${WRKDIR}/nProbe
GNU_CONFIGURE= YES
USE_LIBTOOL= yes
USE_TOOLS+= gmake
BUILD_TARGET= nprobe
INSTALLATION_DIRS= sbin
# Uncomment this to make a demo version of nprobe.
#CFLAGS+= -DMAX_DEMO_FLOWS=1000 -DDEMO_MODE
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nprobe ${PREFIX}/sbin
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"