pkgsrc/www/logswan/Makefile
fcambus 9029208b7b logswan: update to 2.1.8.
Logswan 2.1.8 (2020-10-19)

- Make displayUsage() static
- Removing some leading whitespace characters
- Constify methods and protocols names array
- Constify countries and continents names and ID arrays
- Enable FORTIFY_SOURCE level 2
- Call memset() to set all entry_data struct fields to zero
2020-10-20 13:08:13 +00:00

21 lines
556 B
Makefile

# $NetBSD: Makefile,v 1.21 2020/10/20 13:08:13 fcambus Exp $
DISTNAME= logswan-2.1.8
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"