pkgsrc/www/logswan/Makefile
fcambus ba75b9c9a0 logswan: Update to 2.0.4.
ChangeLog:

Logswan 2.0.4 (2019-08-16)

- Adding #include guard in compat header file
- Add an example log file and regenerate output example
- Add dependencies installation instructions for NetBSD and FreeBSD
- Add final dots for options descriptions
- Add final dot when printing results summary
- Use EXIT_SUCCESS and EXIT_FAILURE macros for return values
- Add a trailing newline when printing JSON output

OK kamil@
2019-08-16 22:07:14 +00:00

21 lines
573 B
Makefile

# $NetBSD: Makefile,v 1.12 2019/08/16 22:07:14 fcambus Exp $
DISTNAME= logswan-2.0.4
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/}
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/GeoIP
do-test:
${RUN} cd ${WRKSRC} && ./${PKGBASE} examples/${PKGBASE}.log
.include "../../textproc/jansson/buildlink3.mk"
.include "../../geography/libmaxminddb/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"