pkgsrc/net/nfdump/Makefile
rillig b686dd9180 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:43 +00:00

42 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.38 2020/01/18 23:33:19 rillig Exp $
#
DISTNAME= nfdump-1.6.12
PKGREVISION= 7
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nfdump/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://nfdump.sourceforge.net/
COMMENT= Tools to collect and process netflow data
LICENSE= modified-bsd
GNU_CONFIGURE= yes
TEST_TARGET= test
USE_TOOLS+= lex yacc
PKG_OPTIONS_VAR= PKG_OPTIONS.nfdump
PKG_SUPPORTED_OPTIONS= nfdump-ftconv nfdump-sflow nfdump-nfprofile
.include "../../mk/bsd.options.mk"
PLIST_SRC= ${PKGDIR}/PLIST
.if !empty(PKG_OPTIONS:Mnfdump-ftconv)
CONFIGURE_ARGS+= --enable-ftconv
CONFIGURE_ARGS+= --with-ftpath=${BUILDLINK_PREFIX.flow-tools}
PLIST_SRC+= ${PKGDIR}/PLIST.ftconv
. include "../../net/flow-tools/buildlink3.mk"
.endif
.if !empty(PKG_OPTIONS:Mnfdump-sflow)
CONFIGURE_ARGS+= --enable-sflow
PLIST_SRC+= ${PKGDIR}/PLIST.sflow
.endif
.if !empty(PKG_OPTIONS:Mnfdump-nfprofile)
CONFIGURE_ARGS+= --enable-nfprofile
PLIST_SRC+= ${PKGDIR}/PLIST.nfprofile
. include "../../databases/rrdtool/buildlink3.mk"
.endif
.include "../../mk/bsd.pkg.mk"