pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/openclonk



Module Name:    pkgsrc
Committed By:   charlotte
Date:           Thu Jun 20 20:23:23 UTC 2024

Modified Files:
        pkgsrc/games/openclonk: Makefile

Log Message:
games/openclonk: Use new CMake idiom


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/openclonk/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/openclonk/Makefile
diff -u pkgsrc/games/openclonk/Makefile:1.1 pkgsrc/games/openclonk/Makefile:1.2
--- pkgsrc/games/openclonk/Makefile:1.1 Thu Jun 20 17:02:49 2024
+++ pkgsrc/games/openclonk/Makefile     Thu Jun 20 20:23:23 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/06/20 17:02:49 charlotte Exp $
+# $NetBSD: Makefile,v 1.2 2024/06/20 20:23:23 charlotte Exp $
 
 PKGNAME=       openclonk-8.1
 DISTNAME=      openclonk-${PKGVERSION_NOREV}-src
@@ -13,11 +13,11 @@ LICENSE=    isc
 
 WRKSRC=                ${WRKDIR}/openclonk-release-${PKGVERSION_NOREV}-src
 EXTRACT_USING= gtar
-USE_CMAKE=     yes
 USE_LANGUAGES= c c++
 USE_TOOLS+=    pkg-config
 GCC_REQD+=     4.9
 
+.include "../../devel/cmake/build.mk"
 .include "../../audio/SDL2_mixer/buildlink3.mk"
 .include "../../audio/freealut/buildlink3.mk"
 .include "../../audio/libvorbis/buildlink3.mk"



Home | Main Index | Thread Index | Old Index