emulators/quasi88: import quasi88-0.6.4

QUASI88 is the NEC PC-8801 series emulator for Unix and SDL.

This package provides SDL version.
This commit is contained in:
ryoon 2024-02-12 08:24:03 +00:00
parent 04b790cd85
commit ff64fc4374
5 changed files with 53 additions and 0 deletions

3
emulators/quasi88/DESCR Normal file
View File

@ -0,0 +1,3 @@
QUASI88 is the NEC PC-8801 series emulator for Unix and SDL.
This package provides SDL version.

View File

@ -0,0 +1,25 @@
# $NetBSD: Makefile,v 1.1 2024/02/12 08:24:03 ryoon Exp $
DISTNAME= quasi88-0.6.4
CATEGORIES= emulators
MASTER_SITES= https://www.eonet.ne.jp/~showtime/quasi88/release/
EXTRACT_SUFX= .tgz
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= https://www.eonet.ne.jp/~showtime/quasi88/
COMMENT= NEC PC-8801 Emulator
#LICENSE= modified-bsd AND non-commercial (fmgen)
RESTRICTED= non-commercial only (fmgen)
NO_BIN_ON_CDROM= ${RESTRICTED}
USE_LANGUAGES+= c c++
FORCE_CXX_STD= c++03
USE_TOOLS+= gmake
MAKE_FLAGS+= BINDIR=${DESTDIR}${PREFIX}/bin
INSTALLATION_DIRS+= bin
.include "../../devel/SDL/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

2
emulators/quasi88/PLIST Normal file
View File

@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1 2024/02/12 08:24:03 ryoon Exp $
bin/quasi88.sdl

View File

@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1 2024/02/12 08:24:03 ryoon Exp $
BLAKE2s (quasi88-0.6.4.tgz) = a55958dad2c18321592c059dc19fe903dd586330f5b1e84babbc2a0fd00e5d89
SHA512 (quasi88-0.6.4.tgz) = e9b505cef934a8ac608fd57a469b93f571912872c05ef970b4ca9efc3556ea10a63f21609da7db6d08c247cd65f6f62be23a960f396170456902aefb5007a4c4
Size (quasi88-0.6.4.tgz) = 1107470 bytes
SHA1 (patch-Makefile) = 24a65c09703aff20e93b1edd79354c36e77105ad

View File

@ -0,0 +1,17 @@
$NetBSD: patch-Makefile,v 1.1 2024/02/12 08:24:03 ryoon Exp $
* Build with SDL.
--- Makefile.orig 2024-02-04 00:01:47.094384141 +0000
+++ Makefile
@@ -16,8 +16,8 @@
# GTK版の場合は、「GTK_VERSION」以外の行をコメントアウトしてください。
# ( GTK版は実験中です。GTK版でサウンドを鳴らすには、SDL が必要です )
-X11_VERSION = 1
-# SDL_VERSION = 1
+# X11_VERSION = 1
+SDL_VERSION = 1
# GTK_VERSION = 1