pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/lugaru



Module Name:    pkgsrc
Committed By:   charlotte
Date:           Wed Sep 10 22:01:06 UTC 2025

Modified Files:
        pkgsrc/games/lugaru: Makefile

Log Message:
games/lugaru: Uuse cmake/build.mk


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/games/lugaru/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/lugaru/Makefile
diff -u pkgsrc/games/lugaru/Makefile:1.17 pkgsrc/games/lugaru/Makefile:1.18
--- pkgsrc/games/lugaru/Makefile:1.17   Tue Aug 19 11:25:41 2025
+++ pkgsrc/games/lugaru/Makefile        Wed Sep 10 22:01:06 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2025/08/19 11:25:41 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2025/09/10 22:01:06 charlotte Exp $
 
 DISTNAME=      lugaru-${VERSION}
 VERSION=       1.2
-PKGREVISION=   12
+PKGREVISION=   13
 CATEGORIES=    games
 MASTER_SITES=  https://bitbucket.org/osslugaru/lugaru/downloads/
 EXTRACT_SUFX=  .tar.xz
@@ -13,13 +13,13 @@ COMMENT=    Cross-platform third-person act
 LICENSE=       gnu-gpl-v2 AND cc-by-sa-v3.0 AND cc-by-sa-v4.0
 
 USE_LANGUAGES= c c++
-USE_CMAKE=     yes
 USE_TOOLS+=    pkg-config
 
 CMAKE_CONFIGURE_ARGS+= -DCMAKE_BUILD_TYPE=Release
 CMAKE_CONFIGURE_ARGS+= -DSYSTEM_INSTALL=ON
 CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 
+.include "../../devel/cmake/build.mk"
 .include "../../audio/libvorbis/buildlink3.mk"
 .include "../../audio/openal-soft/buildlink3.mk"
 .include "../../devel/SDL2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index