diff options
author | erich <erich@FreeBSD.org> | 1996-11-16 00:53:46 +0800 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1996-11-16 00:53:46 +0800 |
commit | c799ceb0b6d795ee3cd8b0d9ad1d7f2f3c013c08 (patch) | |
tree | a7d1ef08b33d77adb5177d91c0995ddb79784fc1 /emulators | |
parent | 8f72ff68b698a38d2fee4f683934c5ee1e91c794 (diff) | |
download | freebsd-ports-gnome-c799ceb0b6d795ee3cd8b0d9ad1d7f2f3c013c08.tar.gz freebsd-ports-gnome-c799ceb0b6d795ee3cd8b0d9ad1d7f2f3c013c08.tar.zst freebsd-ports-gnome-c799ceb0b6d795ee3cd8b0d9ad1d7f2f3c013c08.zip |
new port for ines, nintendo simulator
Submitted by: Yukihiro Nakai Nakai@Mlab.t.u-tokyo.ac.jp
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/ines/Makefile | 28 | ||||
-rw-r--r-- | emulators/ines/distinfo | 1 | ||||
-rw-r--r-- | emulators/ines/pkg-comment | 1 | ||||
-rw-r--r-- | emulators/ines/pkg-descr | 6 | ||||
-rw-r--r-- | emulators/ines/pkg-plist | 3 |
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 |