pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/ckmame



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan 20 11:42:40 UTC 2023

Modified Files:
        pkgsrc/emulators/ckmame: Makefile

Log Message:
ckmame: convert to cmake/build.mk


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/emulators/ckmame/Makefile

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

Modified files:

Index: pkgsrc/emulators/ckmame/Makefile
diff -u pkgsrc/emulators/ckmame/Makefile:1.70 pkgsrc/emulators/ckmame/Makefile:1.71
--- pkgsrc/emulators/ckmame/Makefile:1.70       Wed Nov 23 16:19:58 2022
+++ pkgsrc/emulators/ckmame/Makefile    Fri Jan 20 11:42:40 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2022/11/23 16:19:58 adam Exp $
+# $NetBSD: Makefile,v 1.71 2023/01/20 11:42:40 wiz Exp $
 
 DISTNAME=              ckmame-2.0
 PKGREVISION=           3
@@ -13,8 +13,7 @@ LICENSE=              modified-bsd
 
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            pkg-config perl:test
-USE_CMAKE=             yes
-TEST_TARGET=           check
+TEST_TARGET=           test
 
 GCC_REQD+=             9 # std::filesystem
 USE_GCC_RUNTIME=       yes
@@ -26,6 +25,7 @@ USE_PKGSRC_GCC=               yes
 USE_PKGSRC_GCC_RUNTIME=        yes
 .endif
 
+.include "../../devel/cmake/build.mk"
 .include "../../archivers/libarchive/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libzip+= libzip>=1.8
 .include "../../archivers/libzip/buildlink3.mk"



Home | Main Index | Thread Index | Old Index