pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/libretro-snes9x
Module Name: pkgsrc
Committed By: nia
Date: Sat May 30 15:20:12 UTC 2020
Modified Files:
pkgsrc/emulators/libretro-snes9x: Makefile
Log Message:
libretro-snes9x: convert to core.mk
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/emulators/libretro-snes9x/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-snes9x/Makefile
diff -u pkgsrc/emulators/libretro-snes9x/Makefile:1.5 pkgsrc/emulators/libretro-snes9x/Makefile:1.6
--- pkgsrc/emulators/libretro-snes9x/Makefile:1.5 Tue May 26 09:45:16 2020
+++ pkgsrc/emulators/libretro-snes9x/Makefile Sat May 30 15:20:12 2020
@@ -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 @@ COMMENT= Libretro core based on the snes
BUILD_DIRS= libretro
-USE_TOOLS+= gmake
-
-OPSYSVARS+= SOEXT
-SOEXT.Darwin= dylib
-SOEXT.*= so
-PLIST_SUBST+= SOEXT=${SOEXT}
-
-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
+LIBRETRO_CORE= snes9x
+.include "../../emulators/retroarch/core.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index