pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/logswan
Module Name: pkgsrc
Committed By: nros
Date: Thu Nov 2 12:15:02 UTC 2023
Modified Files:
pkgsrc/www/logswan: Makefile
Log Message:
logswan: convert to use cmake/build.mk
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/logswan/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/logswan/Makefile
diff -u pkgsrc/www/logswan/Makefile:1.28 pkgsrc/www/logswan/Makefile:1.29
--- pkgsrc/www/logswan/Makefile:1.28 Sat Apr 1 09:54:26 2023
+++ pkgsrc/www/logswan/Makefile Thu Nov 2 12:15:02 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2023/04/01 09:54:26 fcambus Exp $
+# $NetBSD: Makefile,v 1.29 2023/11/02 12:15:02 nros Exp $
DISTNAME= logswan-2.1.14
CATEGORIES= www
@@ -10,12 +10,12 @@ 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
+CMAKE_CONFIGURE_ARGS+= -DGEOIP2DIR=${PREFIX}/share/dbip
TEST_TARGET= test
+.include "../../devel/cmake/build.mk"
+
.include "../../textproc/jansson/buildlink3.mk"
.include "../../geography/libmaxminddb/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index