summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorEric L. Hernes <erich@FreeBSD.org>1996-11-15 16:53:46 +0000
committerEric L. Hernes <erich@FreeBSD.org>1996-11-15 16:53:46 +0000
commit529f601ffee9121dbc5252fbd99d8b950863c32b (patch)
tree78ce986667d329332ed63627611a9575cd4014e2 /emulators
parentnew port for sega emulator (diff)
new port for ines, nintendo simulator
Submitted by: Yukihiro Nakai Nakai@Mlab.t.u-tokyo.ac.jp
Notes
Notes: svn path=/head/; revision=4493
Diffstat (limited to 'emulators')
-rw-r--r--emulators/ines/Makefile28
-rw-r--r--emulators/ines/distinfo1
-rw-r--r--emulators/ines/pkg-comment1
-rw-r--r--emulators/ines/pkg-descr6
-rw-r--r--emulators/ines/pkg-plist3
5 files changed, 39 insertions, 0 deletions
diff --git a/emulators/ines/Makefile b/emulators/ines/Makefile
new file mode 100644
index 000000000000..6133bc6571f9
--- /dev/null
+++ b/emulators/ines/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: ines
+# Version required: 0.5
+# Date created: 02 November 1996
+# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
+#
+# $Id$
+#
+
+DISTNAME= NES
+PKGNAME= ines-0.5
+CATEGORIES= emulators
+MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/
+DISTFILES= iNES05-FreeBSD-80x86-bin.tar.Z
+
+MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp
+
+USE_X11= yes
+
+do-build:
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/ines ${PREFIX}/bin/ines
+ ${INSTALL_PROGRAM} ${WRKSRC}/dasm ${PREFIX}/bin/dasm
+ @mkdir ${PREFIX}/share/ines
+ @cp ${WRKSRC}/iNES.doc ${PREFIX}/share/ines
+
+.include <bsd.port.mk>
+
diff --git a/emulators/ines/distinfo b/emulators/ines/distinfo
new file mode 100644
index 000000000000..16821575b17b
--- /dev/null
+++ b/emulators/ines/distinfo
@@ -0,0 +1 @@
+MD5 (iNES05-FreeBSD-80x86-bin.tar.Z) = 7485aded2f74f841122587a3c5ef72c4
diff --git a/emulators/ines/pkg-comment b/emulators/ines/pkg-comment
new file mode 100644
index 000000000000..5fb164687207
--- /dev/null
+++ b/emulators/ines/pkg-comment
@@ -0,0 +1 @@
+Nintendo Entertainment System emlator for X
diff --git a/emulators/ines/pkg-descr b/emulators/ines/pkg-descr
new file mode 100644
index 000000000000..bcf0a8b35fa2
--- /dev/null
+++ b/emulators/ines/pkg-descr
@@ -0,0 +1,6 @@
+iNES is the Nintendo Entertainment System emulator for X Window System.
+
+You must buy cartridges and get raw images from them to use this emulator.
+When ines make core and die, try -noshm option.
+
+See also http://www.freeflight.com/fmt/iNES/
diff --git a/emulators/ines/pkg-plist b/emulators/ines/pkg-plist
new file mode 100644
index 000000000000..0a630b4c55ca
--- /dev/null
+++ b/emulators/ines/pkg-plist
@@ -0,0 +1,3 @@
+bin/ines
+bin/dasm
+share/ines/iNES.doc