36 lines
738 B
Makefile
Raw Normal View History

2020-01-17 20:22:03 +00:00
# $OpenBSD: Makefile,v 1.21 2020/01/17 20:22:03 fcambus Exp $
COMMENT = fast web log analyzer using probabilistic data structures
2020-01-17 20:22:03 +00:00
V = 2.1.3
DISTNAME = logswan-$V
CATEGORIES = www
2017-02-14 13:55:13 +00:00
HOMEPAGE = https://www.logswan.org/
2016-09-22 12:57:17 +00:00
MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
# BSD
PERMIT_PACKAGE = Yes
# uses pledge()
2018-03-16 14:33:59 +00:00
WANTLIB += c jansson m maxminddb
MASTER_SITES = https://github.com/fcambus/logswan/releases/download/$V/
COMPILER = base-clang ports-gcc
MODULES = devel/cmake
LIB_DEPENDS = devel/jansson \
2018-03-16 14:33:59 +00:00
net/libmaxminddb
2018-03-16 14:33:59 +00:00
CONFIGURE_ARGS = -DGEOIP2DIR=${LOCALSTATEDIR}/db/GeoIP
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/logswan
${INSTALL_DATA} ${WRKSRC}/README.md ${PREFIX}/share/doc/logswan
.include <bsd.port.mk>