BringerethOfLight (1): fixes some of the remaining memory access issues Vladimir Serbinenko (6): Make sure log_cb is always set Don't attempt to run main loop after failure. Log database init error code Fix path to auth database Fix compile failure on emscripten Improve logging twinaphex (1): Update GLSM Ömercan Kömür (1): Update libretro.h
19 lines
553 B
Makefile
19 lines
553 B
Makefile
# $NetBSD: Makefile,v 1.4 2020/05/31 16:30:13 nia Exp $
|
|
|
|
DISTNAME= libretro-craft-20200504
|
|
CATEGORIES= games
|
|
GITHUB_PROJECT= Craft
|
|
GITHUB_TAG= 1b0da2b133a528f352c4b6dc24a464c652e39630
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://docs.libretro.com/library/craft
|
|
COMMENT= Libretro core based on the 'Craft' Minecraft clone
|
|
LICENSE= mit
|
|
|
|
LIBRETRO_CORE= craft
|
|
|
|
BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--version-script=./link.T
|
|
|
|
.include "../../emulators/retroarch/core.mk"
|
|
.include "../../graphics/MesaLib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|