MasterGear (MG) is an emulator of 8bit SEGA game consoles: the MasterSystem
(known as Mark3 in Japan), the portable GameGear, and their predecessors, such as SG1000, SC3000, and Mark2.
This commit is contained in:
parent
25a2e6e4ff
commit
bbcbc59292
36
emulators/mastergear/Makefile
Normal file
36
emulators/mastergear/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/04/12 10:16:28 aaron Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
COMMENT= emulates the Sega GameGear and MasterSystem
|
||||
|
||||
PKGNAME= mastergear-1.4
|
||||
DISTNAME= MG14-Linux-80x86-bin
|
||||
NEED_VERSION= 1.364
|
||||
CATEGORIES= emulators games
|
||||
HOMEPAGE= http://www.komkon.org/fms/MG/
|
||||
|
||||
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}
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
|
||||
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/mastergear
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/mastergear
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/mg ${PREFIX}/bin/mastergear
|
||||
${INSTALL_DATA} ${WRKSRC}/MG.html ${PREFIX}/share/doc/mastergear
|
||||
${INSTALL_DATA} ${WRKSRC}/CART.ROM ${PREFIX}/share/mastergear
|
||||
|
||||
.include <bsd.port.mk>
|
3
emulators/mastergear/files/md5
Normal file
3
emulators/mastergear/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (MG14-Linux-80x86-bin.tar.Z) = 1f8e08fffc6bab0b20960a2f676236b2
|
||||
RMD160 (MG14-Linux-80x86-bin.tar.Z) = 556af2939459ee24f68dbc90560f34db004f2ce9
|
||||
SHA1 (MG14-Linux-80x86-bin.tar.Z) = 264d999d4b7c8ecd6e36d46f05e9f14e4e991050
|
3
emulators/mastergear/pkg/DESCR
Normal file
3
emulators/mastergear/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
MasterGear (MG) is an emulator of 8bit SEGA game consoles: the MasterSystem
|
||||
(known as Mark3 in Japan), the portable GameGear, and their predecessors,
|
||||
such as SG1000, SC3000, and Mark2.
|
6
emulators/mastergear/pkg/PLIST
Normal file
6
emulators/mastergear/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/04/12 10:16:28 aaron Exp $
|
||||
bin/mastergear
|
||||
share/doc/mastergear/MG.html
|
||||
share/mastergear/CART.ROM
|
||||
@dirrm share/mastergear
|
||||
@dirrm share/doc/mastergear
|
Loading…
Reference in New Issue
Block a user