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:
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
27
emulators/quasi88/Makefile
Normal file
27
emulators/quasi88/Makefile
Normal 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>
|
1
emulators/quasi88/distinfo
Normal file
1
emulators/quasi88/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (quasi88-0.2.4.tgz) = f80a597e264d673ee41a2375efaa15fa
|
1
emulators/quasi88/pkg-comment
Normal file
1
emulators/quasi88/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
PC-8801 emulator for X.
|
4
emulators/quasi88/pkg-descr
Normal file
4
emulators/quasi88/pkg-descr
Normal 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
|
11
emulators/quasi88/pkg-plist
Normal file
11
emulators/quasi88/pkg-plist
Normal 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
|
Loading…
Reference in a new issue