132dcc0518
Logswan 2.1.10 (2021-02-15) - Only call MMDB_close if the GeoIP option was enabled. This fixes a crash on program exit on OpenBSD when running without the GeoIP option enabled.
21 lines
557 B
Makefile
21 lines
557 B
Makefile
# $NetBSD: Makefile,v 1.23 2021/02/15 13:14:05 fcambus Exp $
|
|
|
|
DISTNAME= logswan-2.1.10
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/}
|
|
GITHUB_RELEASE= ${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= fcambus@NetBSD.org
|
|
HOMEPAGE= https://www.logswan.org/
|
|
COMMENT= Fast Web log analyzer using probabilistic data structures
|
|
LICENSE= 2-clause-bsd
|
|
|
|
USE_CMAKE= yes
|
|
|
|
CMAKE_ARGS+= -DGEOIP2DIR=${PREFIX}/share/dbip
|
|
|
|
TEST_TARGET= test
|
|
|
|
.include "../../textproc/jansson/buildlink3.mk"
|
|
.include "../../geography/libmaxminddb/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|