Update to version 0.3.2.
PR: 14678 Submitted by: maintainer
This commit is contained in:
parent
d3a4753501
commit
35efb976e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23073
5 changed files with 44 additions and 6 deletions
|
@ -1,27 +1,42 @@
|
|||
# New ports collection makefile for: QUASI88
|
||||
# Version required: 0.2.4
|
||||
# Version required: 0.3.2
|
||||
# Date created: 22 May 1999
|
||||
# Whom: Nishika <nishika@cheerful.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= quasi88-0.2.4
|
||||
DISTNAME= quasi88-0.3.2
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://www.117.ne.jp/~show/pc8801/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= nishika@cheerful.com
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_XLIB= yes
|
||||
DATAFILES= FAQ FILES FORMAT GET-IMAGE HELP HISTORY LIST MANUAL QUASI88
|
||||
USE_GMAKE= yes
|
||||
DATAFILES= FAQ FORMAT GET-IMAGE HELP HISTORY LIST MANUAL QUASI88
|
||||
|
||||
pre-patch:
|
||||
.if !defined(USE_SOUND)
|
||||
@ ${ECHO} "You can make quasi88 use sound by defining USE_SOUND"
|
||||
.else
|
||||
@ ${CP} ${FILESDIR}/patch-aa ${PATCHDIR}
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
.if defined(USE_SOUND)
|
||||
@ ${RM} ${PATCHDIR}/patch-aa
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@ ${INSTALL_PROGRAM} ${WRKSRC}/quasi88 ${PREFIX}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
@ ${MKDIR} ${PREFIX}/share/doc/quasi88
|
||||
|
||||
.for i in ${DATAFILES}
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/quasi88/
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
MD5 (quasi88-0.2.4.tgz) = f80a597e264d673ee41a2375efaa15fa
|
||||
MD5 (quasi88-0.3.0.tgz) = 4dae276d60f6b7915c22a8bac9436762
|
||||
MD5 (quasi88-0.3.2.tgz) = 2f28822cefc828b538f97926b84c3687
|
||||
|
|
14
emulators/quasi88/files/extra-patch-aa
Normal file
14
emulators/quasi88/files/extra-patch-aa
Normal file
|
@ -0,0 +1,14 @@
|
|||
--- Makefile.org Sat Oct 9 16:27:58 1999
|
||||
+++ Makefile Sat Oct 9 16:13:45 1999
|
||||
@@ -113,9 +113,9 @@
|
||||
# 必ず、「サウンド無し」を指定してください。
|
||||
|
||||
#-------------------------------- サウンド無し
|
||||
-SD = nosound
|
||||
+# SD = nosound
|
||||
#-------------------------------- サウンド有り ( IRIXで、dmedia package を使用)
|
||||
-# SD = sound
|
||||
+SD = sound
|
||||
#-------------------------------- IRIX で、al package のサウンドを使う場合
|
||||
# SD = al_sound
|
||||
#--------------------------------
|
|
@ -1,4 +1,13 @@
|
|||
This is a PC-8801 emulator for X.
|
||||
See http://www.117.ne.jp/~show/pc8801/pc88emu.html for further information.
|
||||
|
||||
Porters note:
|
||||
|
||||
After changes for activity of "-cpu 1" option on quasi88-0.3.1
|
||||
(and later), some softwares gain the advantage of performance.
|
||||
|
||||
But some other softwares have become failed to work. It's worth
|
||||
trying quasi88-0.3.0 if you are in that case after update to
|
||||
newer version. The md5 for quasi88-0.3.0 is also in files/md5.
|
||||
|
||||
WWW: http://www.117.ne.jp/~show/pc8801/pc88emu.html
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
bin/quasi88
|
||||
share/doc/quasi88/FAQ
|
||||
share/doc/quasi88/FILES
|
||||
share/doc/quasi88/FORMAT
|
||||
share/doc/quasi88/GET-IMAGE
|
||||
share/doc/quasi88/HELP
|
||||
|
|
Loading…
Reference in a new issue