pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/libretro-prosystem



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat May 30 15:22:02 UTC 2020

Modified Files:
        pkgsrc/emulators/libretro-prosystem: Makefile

Log Message:
libretro-prosystem: convert to core.mk


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/emulators/libretro-prosystem/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-prosystem/Makefile
diff -u pkgsrc/emulators/libretro-prosystem/Makefile:1.3 pkgsrc/emulators/libretro-prosystem/Makefile:1.4
--- pkgsrc/emulators/libretro-prosystem/Makefile:1.3    Tue May 26 09:45:16 2020
+++ pkgsrc/emulators/libretro-prosystem/Makefile        Sat May 30 15:22:02 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:22:02 nia Exp $
 
 DISTNAME=      libretro-prosystem-20180812
 CATEGORIES=    emulators
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=libretro/}
 GITHUB_PROJECT=        prosystem-libretro
 GITHUB_TAG=    463dfff97f2e7d707ee5ae238cb2e8e70beb585a
 
@@ -11,27 +10,9 @@ HOMEPAGE=    https://docs.libretro.com/libr
 COMMENT=       Libretro core based on the ProSystem Atari 7800 emulator
 LICENSE=       gnu-gpl-v2
 
-USE_TOOLS+=    gmake
-MAKE_FLAGS+=   GIT_VERSION="-pkgsrc"
+LIBRETRO_CORE= prosystem
 
-OPSYSVARS+=    SOEXT
-SOEXT.Darwin=  dylib
-SOEXT.*=       so
-PLIST_SUBST+=  SOEXT=${SOEXT}
-
-.include "../../mk/endian.mk"
-
-.if ${MACHINE_ENDIAN} == "big"
-CFLAGS+=       -DMSB_FIRST
-.endif
-
-BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--no-undefined
 BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--version-script=link.T
 
-INSTALLATION_DIRS+=    ${PREFIX}/lib/libretro
-
-do-install:
-       ${INSTALL_LIB} ${WRKSRC}/prosystem_libretro.so \
-           ${DESTDIR}${PREFIX}/lib/libretro/prosystem_libretro.so
-
+.include "../../emulators/retroarch/core.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index