diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-16 01:00:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-16 01:00:43 +0000 |
commit | 0421dc6055f777a99618fa6d1508f81b0508e12f (patch) | |
tree | aba913aa7748acdec61a13f2e12fbd879440edba /emulators/xyame | |
parent | 417d9b1059ba62168ab62575b37f2591d7f8f378 (diff) | |
download | pkgsrc-0421dc6055f777a99618fa6d1508f81b0508e12f.tar.gz |
Initial import of xyame-038.
YAME is a multi-system emulator which currently emulates the Gameboy,
NES, and PC-Engine.
This is a Japanese emulator. It has sound logging, frameskip, and
realtime save/load. The man page is in Japanese though.
This package contains the Linux binary of the program.
Diffstat (limited to 'emulators/xyame')
-rw-r--r-- | emulators/xyame/DESCR | 7 | ||||
-rw-r--r-- | emulators/xyame/Makefile | 29 | ||||
-rw-r--r-- | emulators/xyame/PLIST | 3 | ||||
-rw-r--r-- | emulators/xyame/distinfo | 4 |
4 files changed, 43 insertions, 0 deletions
diff --git a/emulators/xyame/DESCR b/emulators/xyame/DESCR new file mode 100644 index 00000000000..38ea22a50fc --- /dev/null +++ b/emulators/xyame/DESCR @@ -0,0 +1,7 @@ +YAME is a multi-system emulator which currently emulates the Gameboy, +NES, and PC-Engine. + +This is a Japanese emulator. It has sound logging, frameskip, and +realtime save/load. The man page is in Japanese though. + +This package contains the Linux binary of the program. diff --git a/emulators/xyame/Makefile b/emulators/xyame/Makefile new file mode 100644 index 00000000000..c532bb0c68a --- /dev/null +++ b/emulators/xyame/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/07/16 01:00:43 wiz Exp $ +# + +DISTNAME= xyame038 +PKGNAME= xyame-038 +CATEGORIES= emulators +MASTER_SITES= http://www.emuxhaven.net/emuxhaven/multis/ + +MAINTAINER= wiz@NetBSD.org +#HOMEPAGE= http://www.geocities.co.jp/Stylish/2068/yame.html +COMMENT= Multi-system emulator (Gameboy, NES, and PC-Engine) + +DEPENDS+= suse_x11>=6.1:../../emulators/${SUSE_DIR_PREFIX}_x11 + +WRKSRC= ${WRKDIR} +NO_CONFIGURE= yes +NO_BUILD= yes +NO_BUILDLINK= yes + +CHECK_SHLIBS= no + +ONLY_FOR_PLATFORM+= *-*-i386 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xyame ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/yame.6 ${PREFIX}/man/man6/xyame.6 + +.include "../../emulators/suse_linux/Makefile.application" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/xyame/PLIST b/emulators/xyame/PLIST new file mode 100644 index 00000000000..36ae4e74b74 --- /dev/null +++ b/emulators/xyame/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/16 01:00:43 wiz Exp $ +bin/xyame +man/man6/xyame.6 diff --git a/emulators/xyame/distinfo b/emulators/xyame/distinfo new file mode 100644 index 00000000000..4e96f087a5f --- /dev/null +++ b/emulators/xyame/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/07/16 01:00:43 wiz Exp $ + +SHA1 (xyame038.tar.gz) = 0af5635c68e026d23688eda9607e4c2b702b9973 +Size (xyame038.tar.gz) = 239396 bytes |