Received: by mail.netbsd.org (Postfix, from userid 605) id 1089B84D8D; Sat, 30 May 2020 15:24:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8BC2784D8C for ; Sat, 30 May 2020 15:24:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id JT3uzjeIoDw4 for ; Sat, 30 May 2020 15:24:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E032784CCD for ; Sat, 30 May 2020 15:24:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DA551FB27; Sat, 30 May 2020 15:24:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159085225783470" MIME-Version: 1.0 Date: Sat, 30 May 2020 15:24:17 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/emulators/libretro-snes9x2005 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200530152417.DA551FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159085225783470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_159085225783470 Content-Disposition: inline Content-Length: 1239 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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" --_----------=_159085225783470--