summaryrefslogtreecommitdiff
path: root/emulators/quasi88
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-06 17:03:58 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-06 17:03:58 +0000
commit8786e2a7e2b332d68e9c9241be0dd38f73f088bd (patch)
tree15c88f14dd901418fb5d14da812d1404c27daadc /emulators/quasi88
parentActivate the dbview port. (diff)
Initial import of quasi88 version 0.2.4.
A PC-8801 emulator for X. PR: 11994 Submitted by: Nishika <nishika@cheerful.com>
Notes
Notes: svn path=/head/; revision=19253
Diffstat (limited to 'emulators/quasi88')
-rw-r--r--emulators/quasi88/Makefile27
-rw-r--r--emulators/quasi88/distinfo1
-rw-r--r--emulators/quasi88/pkg-comment1
-rw-r--r--emulators/quasi88/pkg-descr4
-rw-r--r--emulators/quasi88/pkg-plist11
5 files changed, 44 insertions, 0 deletions
diff --git a/emulators/quasi88/Makefile b/emulators/quasi88/Makefile
new file mode 100644
index 000000000000..aa45740cc3eb
--- /dev/null
+++ b/emulators/quasi88/Makefile
@@ -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>
diff --git a/emulators/quasi88/distinfo b/emulators/quasi88/distinfo
new file mode 100644
index 000000000000..d24aa48b1db7
--- /dev/null
+++ b/emulators/quasi88/distinfo
@@ -0,0 +1 @@
+MD5 (quasi88-0.2.4.tgz) = f80a597e264d673ee41a2375efaa15fa
diff --git a/emulators/quasi88/pkg-comment b/emulators/quasi88/pkg-comment
new file mode 100644
index 000000000000..f9dc1d23c3d7
--- /dev/null
+++ b/emulators/quasi88/pkg-comment
@@ -0,0 +1 @@
+PC-8801 emulator for X.
diff --git a/emulators/quasi88/pkg-descr b/emulators/quasi88/pkg-descr
new file mode 100644
index 000000000000..16708db92ad0
--- /dev/null
+++ b/emulators/quasi88/pkg-descr
@@ -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
diff --git a/emulators/quasi88/pkg-plist b/emulators/quasi88/pkg-plist
new file mode 100644
index 000000000000..9fef74583573
--- /dev/null
+++ b/emulators/quasi88/pkg-plist
@@ -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