21 lines
565 B
Makefile
21 lines
565 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/08/11 18:47:40 joerg 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
|
|
|
|
UNLIMIT_RESOURCES+= datasize virtualsize
|
|
|
|
BUILD_DIRS= platforms/libretro
|
|
|
|
BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,-version-script=./link.T
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|