Libretro is a simple but powerful development interface that allows for the easy creation of emulators, games and multimedia applications that can plug straight into any libretro-compatible frontend. This development interface is open to others so that they can run these pluggable emulator and game cores also in their own programs or devices. Gearsystem is a cross-platform Sega Master System / Game Gear / SG-1000 emulator written in C++.
19 lines
521 B
Makefile
19 lines
521 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/06/02 13:26:27 nia Exp $
|
|
|
|
LIBRETRO_CORE= gearsystem
|
|
|
|
.include "../../emulators/gearsystem/Makefile.common"
|
|
.include "../../emulators/retroarch/core.mk"
|
|
|
|
PKGNAME= libretro-${DISTNAME}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://docs.libretro.com/library/gearsystem/
|
|
COMMENT= Libretro core based on the Gearsystem Master System emlator
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
BUILD_DIRS= platforms/libretro
|
|
|
|
BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,-version-script=./link.T
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|