Skip to content

Commit 20006e9

Browse files
games/openclonk: Use new CMake idiom
1 parent b2b6ebc commit 20006e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

games/openclonk/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.1 2024/06/20 17:02:49 charlotte Exp $
1+
# $NetBSD: Makefile,v 1.2 2024/06/20 20:23:23 charlotte Exp $
22

33
PKGNAME= openclonk-8.1
44
DISTNAME= openclonk-${PKGVERSION_NOREV}-src
@@ -13,11 +13,11 @@ LICENSE= isc
1313

1414
WRKSRC= ${WRKDIR}/openclonk-release-${PKGVERSION_NOREV}-src
1515
EXTRACT_USING= gtar
16-
USE_CMAKE= yes
1716
USE_LANGUAGES= c c++
1817
USE_TOOLS+= pkg-config
1918
GCC_REQD+= 4.9
2019

20+
.include "../../devel/cmake/build.mk"
2121
.include "../../audio/SDL2_mixer/buildlink3.mk"
2222
.include "../../audio/freealut/buildlink3.mk"
2323
.include "../../audio/libvorbis/buildlink3.mk"

0 commit comments

Comments
 (0)