Sat Nov 7 11:39:57 2020 UTC ()
blastem: Update comment


(nia)
diff -r1.3 -r1.4 pkgsrc/emulators/blastem/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/emulators/blastem/Makefile (expand / switch to unified diff)

--- pkgsrc/emulators/blastem/Makefile 2020/08/18 17:57:45 1.3
+++ pkgsrc/emulators/blastem/Makefile 2020/11/07 11:39:57 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.3 2020/08/18 17:57:45 leot Exp $ 1# $NetBSD: Makefile,v 1.4 2020/11/07 11:39:57 nia Exp $
2 2
3DISTNAME= 8aeac7bd9fa7 3DISTNAME= 8aeac7bd9fa7
4PKGNAME= blastem-0.6.2 4PKGNAME= blastem-0.6.2
5PKGREVISION= 2 5PKGREVISION= 2
6CATEGORIES= emulators 6CATEGORIES= emulators
7MASTER_SITES= https://www.retrodev.com/repos/blastem/archive/ 7MASTER_SITES= https://www.retrodev.com/repos/blastem/archive/
8DIST_SUBDIR= blastem 8DIST_SUBDIR= blastem
9 9
10MAINTAINER= nia@NetBSD.org 10MAINTAINER= nia@NetBSD.org
11HOMEPAGE= https://www.retrodev.com/blastem/ 11HOMEPAGE= https://www.retrodev.com/blastem/
12COMMENT= Higly accurate Genesis/Mega Drive emulator 12COMMENT= Higly accurate Genesis/Mega Drive emulator
13LICENSE= gnu-gpl-v3 13LICENSE= gnu-gpl-v3
14 14
@@ -22,27 +22,27 @@ MAKE_FLAGS+= NOLTO=1 @@ -22,27 +22,27 @@ MAKE_FLAGS+= NOLTO=1
22MAKE_FLAGS+= DATA_PATH=${PREFIX}/share/blastem 22MAKE_FLAGS+= DATA_PATH=${PREFIX}/share/blastem
23 23
24INSTALLATION_DIRS+= bin 24INSTALLATION_DIRS+= bin
25INSTALLATION_DIRS+= share/applications 25INSTALLATION_DIRS+= share/applications
26INSTALLATION_DIRS+= share/blastem 26INSTALLATION_DIRS+= share/blastem
27INSTALLATION_DIRS+= share/blastem/images 27INSTALLATION_DIRS+= share/blastem/images
28INSTALLATION_DIRS+= share/blastem/shaders 28INSTALLATION_DIRS+= share/blastem/shaders
29INSTALLATION_DIRS+= share/doc/blastem 29INSTALLATION_DIRS+= share/doc/blastem
30INSTALLATION_DIRS+= share/icons/hicolor/48x48/apps 30INSTALLATION_DIRS+= share/icons/hicolor/48x48/apps
31INSTALLATION_DIRS+= share/icons/hicolor/72x72/apps 31INSTALLATION_DIRS+= share/icons/hicolor/72x72/apps
32INSTALLATION_DIRS+= share/icons/hicolor/96x96/apps 32INSTALLATION_DIRS+= share/icons/hicolor/96x96/apps
33INSTALLATION_DIRS+= share/icons/hicolor/144x144/apps 33INSTALLATION_DIRS+= share/icons/hicolor/144x144/apps
34 34
35# wants to use a JIT 35# mmap(next, *size, PROT_EXEC | PROT_READ | PROT_WRITE ...
36NOT_PAX_MPROTECT_SAFE+= bin/blastem 36NOT_PAX_MPROTECT_SAFE+= bin/blastem
37 37
38# only supports writing 64-bit and 32-bit x86 asm 38# only supports writing 64-bit and 32-bit x86 asm
39# may support ARM in future 39# may support ARM in future
40ONLY_FOR_PLATFORM= *-*-x86_64 *-*-i386 40ONLY_FOR_PLATFORM= *-*-x86_64 *-*-i386
41 41
42pre-configure: 42pre-configure:
43 ${CP} ${FILESDIR}/blastem.desktop ${WRKDIR}/blastem.desktop 43 ${CP} ${FILESDIR}/blastem.desktop ${WRKDIR}/blastem.desktop
44 44
45do-install: 45do-install:
46 ${INSTALL_PROGRAM} ${WRKSRC}/dis \ 46 ${INSTALL_PROGRAM} ${WRKSRC}/dis \
47 ${DESTDIR}${PREFIX}/bin/blastem-dis 47 ${DESTDIR}${PREFIX}/bin/blastem-dis
48 ${INSTALL_PROGRAM} ${WRKSRC}/zdis \ 48 ${INSTALL_PROGRAM} ${WRKSRC}/zdis \