Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/libretro-snes9x libretro-snes9x: convert to ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/84dafed041d1
branches: trunk
changeset: 433069:84dafed041d1
user: nia <nia%pkgsrc.org@localhost>
date: Sat May 30 15:20:12 2020 +0000
description:
libretro-snes9x: convert to core.mk
diffstat:
emulators/libretro-snes9x/Makefile | 19 +++----------------
1 files changed, 3 insertions(+), 16 deletions(-)
diffs (32 lines):
diff -r a58808bafd34 -r 84dafed041d1 emulators/libretro-snes9x/Makefile
--- a/emulators/libretro-snes9x/Makefile Sat May 30 15:12:46 2020 +0000
+++ b/emulators/libretro-snes9x/Makefile Sat May 30 15:20:12 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/05/26 09:45:16 nia Exp $
+# $NetBSD: Makefile,v 1.6 2020/05/30 15:20:12 nia Exp $
.include "../../emulators/snes9x/Makefile.common"
@@ -10,20 +10,7 @@
BUILD_DIRS= libretro
-USE_TOOLS+= gmake
-
-OPSYSVARS+= SOEXT
-SOEXT.Darwin= dylib
-SOEXT.*= so
-PLIST_SUBST+= SOEXT=${SOEXT}
+LIBRETRO_CORE= snes9x
-MAKE_FLAGS+= GIT_VERSION="-pkgsrc"
-MAKE_FLAGS+= LTO=
-
-INSTALLATION_DIRS+= ${PREFIX}/lib/libretro
-
-do-install:
- ${INSTALL_LIB} ${WRKSRC}/libretro/snes9x_libretro.so \
- ${DESTDIR}${PREFIX}/lib/libretro/snes9x_libretro.so
-
+.include "../../emulators/retroarch/core.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index