diff options
author | nia <nia@pkgsrc.org> | 2020-05-30 15:24:17 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-05-30 15:24:17 +0000 |
commit | f067e42807847c653af2da5d1cb9011756420785 (patch) | |
tree | 118c1aa147699fc87fc34110cc1b57d76fc75661 /emulators | |
parent | ca38e2e74f6279236901a3a3017020a07b75bfb4 (diff) | |
download | pkgsrc-f067e42807847c653af2da5d1cb9011756420785.tar.gz |
libretro-snes9x2005: convert to core.mk
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/libretro-snes9x2005/Makefile | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/emulators/libretro-snes9x2005/Makefile b/emulators/libretro-snes9x2005/Makefile index 73c4fa85149..0c92524e6ae 100644 --- a/emulators/libretro-snes9x2005/Makefile +++ b/emulators/libretro-snes9x2005/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2020/05/26 09:45:16 nia Exp $ +# $NetBSD: Makefile,v 1.4 2020/05/30 15:24:17 nia Exp $ DISTNAME= libretro-snes9x2005-20180626 CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_GITHUB:=libretro/} GITHUB_PROJECT= snes9x2005 GITHUB_TAG= 4423de5973de2e1a243031ee59d997f5e6220a6c @@ -11,19 +10,7 @@ HOMEPAGE= https://docs.libretro.com/library/snes9x_2005/ COMMENT= Libretro core based on the snes9x Super Nintendo emulator LICENSE= snes9x-license -USE_TOOLS+= gmake - -OPSYSVARS+= SOEXT -SOEXT.Darwin= dylib -SOEXT.*= so -PLIST_SUBST+= SOEXT=${SOEXT} - -MAKE_FLAGS+= GIT_VERSION="-pkgsrc" - -INSTALLATION_DIRS+= ${PREFIX}/lib/libretro - -do-install: - ${INSTALL_LIB} ${WRKSRC}/snes9x2005_libretro.so \ - ${DESTDIR}${PREFIX}/lib/libretro/snes9x2005_libretro.so +LIBRETRO_CORE= snes9x2005 +.include "../../emulators/retroarch/core.mk" .include "../../mk/bsd.pkg.mk" |