pkgsrc/emulators/xyame/Makefile
wiz 0421dc6055 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.
2004-07-16 01:00:43 +00:00

29 lines
734 B
Makefile

# $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"