Skip to content

Commit 92cc60a

Browse files
committed
lgogdownloader: convert to cmake/build.mk
1 parent c7654be commit 92cc60a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

games/lgogdownloader/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.61 2023/01/22 16:28:26 ryoon Exp $
1+
# $NetBSD: Makefile,v 1.62 2023/01/23 18:23:56 wiz Exp $
22

33
DISTNAME= lgogdownloader-3.9
44
PKGREVISION= 2
@@ -14,11 +14,11 @@ LICENSE= public-domain # actually, dwtfywtpl
1414
TOOL_DEPENDS+= help2man-[0-9]*:../../converters/help2man
1515

1616
USE_LANGUAGES= c c++
17-
USE_CMAKE= yes
1817
USE_TOOLS+= pkg-config
1918

2019
CMAKE_ARGS+= -DJSONCPP_INCLUDE_DIR=${BUILDLINK_DIR}/include/json
2120

21+
.include "../../devel/cmake/build.mk"
2222
.include "../../devel/boost-libs/buildlink3.mk"
2323
.include "../../textproc/tinyxml2/buildlink3.mk"
2424
.include "../../www/htmlcxx/buildlink3.mk"

0 commit comments

Comments
 (0)