pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/libretro-snes9x2005
Module Name: pkgsrc
Committed By: nia
Date: Sat May 30 15:24:17 UTC 2020
Modified Files:
pkgsrc/emulators/libretro-snes9x2005: Makefile
Log Message:
libretro-snes9x2005: convert to core.mk
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/emulators/libretro-snes9x2005/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/libretro-snes9x2005/Makefile
diff -u pkgsrc/emulators/libretro-snes9x2005/Makefile:1.3 pkgsrc/emulators/libretro-snes9x2005/Makefile:1.4
--- pkgsrc/emulators/libretro-snes9x2005/Makefile:1.3 Tue May 26 09:45:16 2020
+++ pkgsrc/emulators/libretro-snes9x2005/Makefile Sat May 30 15:24:17 2020
@@ -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/libr
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"
Home |
Main Index |
Thread Index |
Old Index