Initial import of quasi88 version 0.2.4.

A PC-8801 emulator for X.

PR:		11994
Submitted by:	Nishika <nishika@cheerful.com>
This commit is contained in:
Steve Price 1999-06-06 17:03:58 +00:00
parent 155b52c94f
commit 8786e2a7e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19253
5 changed files with 44 additions and 0 deletions

View file

@ -0,0 +1,27 @@
# New ports collection makefile for: QUASI88
# Version required: 0.2.4
# Date created: 22 May 1999
# Whom: Nishika <nishika@cheerful.com>
#
# $Id$
#
DISTNAME= quasi88-0.2.4
CATEGORIES= emulators
MASTER_SITES= http://www.117.ne.jp/~show/pc8801/
EXTRACT_SUFX= .tgz
MAINTAINER= nishika@cheerful.com
USE_XLIB= yes
DATAFILES= FAQ FILES FORMAT GET-IMAGE HELP HISTORY LIST MANUAL QUASI88
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/quasi88 ${PREFIX}/bin
@ ${MKDIR} ${PREFIX}/share/doc/quasi88
.for i in ${DATAFILES}
@ ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/quasi88/
.endfor
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (quasi88-0.2.4.tgz) = f80a597e264d673ee41a2375efaa15fa

View file

@ -0,0 +1 @@
PC-8801 emulator for X.

View file

@ -0,0 +1,4 @@
This is a PC-8801 emulator for X.
See http://www.117.ne.jp/~show/pc8801/pc88emu.html for further information.
WWW: http://www.117.ne.jp/~show/pc8801/pc88emu.html

View file

@ -0,0 +1,11 @@
bin/quasi88
share/doc/quasi88/FAQ
share/doc/quasi88/FILES
share/doc/quasi88/FORMAT
share/doc/quasi88/GET-IMAGE
share/doc/quasi88/HELP
share/doc/quasi88/HISTORY
share/doc/quasi88/LIST
share/doc/quasi88/MANUAL
share/doc/quasi88/QUASI88
@dirrm share/doc/quasi88