Snes9x is a portable, freeware Super Nintendo Entertainment System (SNES)
emulator. It basically allows you to play most games designed for the SNES and Super Famicom Nintendo game systems on your PC or Workstation; which includes some real gems that were only ever released in Japan.
This commit is contained in:
parent
e34268c265
commit
c18645002c
35
emulators/snes9x/Makefile
Normal file
35
emulators/snes9x/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/05/27 21:10:51 aaron Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
COMMENT= emulates the Super Nintendo Entertainment System
|
||||
|
||||
PKGNAME= snes9x-1.37c
|
||||
DISTNAME= s9x.linuxc6.137.i386
|
||||
NEED_VERSION= 1.364
|
||||
CATEGORIES= emulators games
|
||||
HOMEPAGE= http://www.snes9x.com
|
||||
|
||||
MAINTAINER= Aaron Campbell <aaron@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}/zips/
|
||||
|
||||
RUN_DEPENDS= /emul/linux/lib/libc.so.6::emulators/redhat_base
|
||||
|
||||
USE_X11= Yes
|
||||
NO_BUILD= Yes
|
||||
WRKDIST= ${WRKDIR}
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/snes9x
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/snes9x ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/CHANGES.TXT ${PREFIX}/share/doc/snes9x
|
||||
${INSTALL_DATA} ${WRKSRC}/HARDWARE.TXT ${PREFIX}/share/doc/snes9x
|
||||
${INSTALL_DATA} ${WRKSRC}/README.TXT ${PREFIX}/share/doc/snes9x
|
||||
|
||||
.include <bsd.port.mk>
|
3
emulators/snes9x/files/md5
Normal file
3
emulators/snes9x/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (s9x.linuxc6.137.i386.tar.gz) = 10af1910885fe4b09abc5adfbeab90be
|
||||
RMD160 (s9x.linuxc6.137.i386.tar.gz) = 8a5df278e73585a0f0fa629858dedf5c8de5443a
|
||||
SHA1 (s9x.linuxc6.137.i386.tar.gz) = 57f5df954f9ff4f97da820ee76fdca57d67dbf9e
|
4
emulators/snes9x/pkg/DESCR
Normal file
4
emulators/snes9x/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
Snes9x is a portable, freeware Super Nintendo Entertainment System (SNES)
|
||||
emulator. It basically allows you to play most games designed for the SNES
|
||||
and Super Famicom Nintendo game systems on your PC or Workstation; which
|
||||
includes some real gems that were only ever released in Japan.
|
6
emulators/snes9x/pkg/PLIST
Normal file
6
emulators/snes9x/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/05/27 21:10:51 aaron Exp $
|
||||
bin/snes9x
|
||||
share/doc/snes9x/CHANGES.TXT
|
||||
share/doc/snes9x/HARDWARE.TXT
|
||||
share/doc/snes9x/README.TXT
|
||||
@dirrm share/doc/snes9x
|
Loading…
x
Reference in New Issue
Block a user