2118eabba5
6.5.2 to 6.5.3 (April 20, 2021) * Added context-sensitive help. * Improved support of multiple monitors with different resolutions. * Improved analog input reading (Paddles, Keyboards...). * Fixed QuadTari support for controller types other than Joysticks. * Fixed palette and TV effects saving for Retron77. * Fixed immediate disassembling when switching options in debugger. -Have fun!
23 lines
549 B
Text
23 lines
549 B
Text
# $NetBSD: Makefile.common,v 1.11 2021/04/21 08:19:28 nia Exp $
|
|
# used by emulators/stella/Makefile
|
|
# used by emulators/libretro-stella/Makefile
|
|
|
|
DISTNAME= stella-6.5.3-src
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=stella-emu/}
|
|
GITHUB_RELEASE= ${PKGVERSION_NOREV}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../emulators/stella/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../emulators/stella/patches
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//1}
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
# c++14
|
|
GCC_REQD+= 6
|
|
|
|
UNLIMIT_RESOURCES= datasize
|