summaryrefslogtreecommitdiff
path: root/emulators/libretro-snes9x/Makefile
blob: 8e98cd15d8cea796c19e0ebd8394337e15e515c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.6 2020/05/30 15:20:12 nia Exp $

.include "../../emulators/snes9x/Makefile.common"

PKGNAME=	libretro-snes9x-${SNES9X_VERSION}

MAINTAINER=	nia@NetBSD.org
HOMEPAGE=	https://docs.libretro.com/library/snes9x/
COMMENT=	Libretro core based on the snes9x Super Nintendo emulator

BUILD_DIRS=	libretro

LIBRETRO_CORE=	snes9x

.include "../../emulators/retroarch/core.mk"
.include "../../mk/bsd.pkg.mk"