Logswan 2.1.6 (2020-07-03) - Validate architectures for seccomp - Minor code shuffling, for consistency with other codebases - Add seccomp support on i386, tested on glibc and musl - Remove entry for "Netherlands Antilles" in country table - Swaziland was officially renamed to Eswatini in 2018 - Macedonia was officially renamed to North Macedonia in February 2019 - Rename Vatican City to Vatican to be consistent with GeoNames naming - Rename Aland to Aland Islands to be consistent with GeoNames naming
21 lines
556 B
Makefile
21 lines
556 B
Makefile
# $NetBSD: Makefile,v 1.19 2020/07/03 15:05:59 fcambus Exp $
|
|
|
|
DISTNAME= logswan-2.1.6
|
|
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"
|