Virtual GameBoy (VGB) is an emulator of the GameBoy videogame console
produced by Nintendo.
This commit is contained in:
parent
654aaff6fe
commit
3ec477d8bf
35
emulators/vgb/Makefile
Normal file
35
emulators/vgb/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/04/12 08:55:50 aaron Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
COMMENT= emulates the Nintendo Gameboy
|
||||
|
||||
PKGNAME= vgb-2.1
|
||||
DISTNAME= VGB21-Linux-80x86-bin
|
||||
CATEGORIES= emulators games
|
||||
HOMEPAGE= http://www.komkon.org/fms/VGB/
|
||||
|
||||
MAINTAINER= 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/vgb
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/vgb
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/vgb ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/VGB.html ${PREFIX}/share/doc/vgb
|
||||
${INSTALL_DATA} ${WRKSRC}/CART.GB ${PREFIX}/share/vgb
|
||||
|
||||
.include <bsd.port.mk>
|
3
emulators/vgb/files/md5
Normal file
3
emulators/vgb/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (VGB21-Linux-80x86-bin.tar.Z) = 1991e88ea01cc189d29dd9420955393e
|
||||
RMD160 (VGB21-Linux-80x86-bin.tar.Z) = ba937b157fa19f387086c7f40d7a1887f850e636
|
||||
SHA1 (VGB21-Linux-80x86-bin.tar.Z) = cc406eabaeef104164673cf99b7b5401ba109de8
|
2
emulators/vgb/pkg/DESCR
Normal file
2
emulators/vgb/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Virtual GameBoy (VGB) is an emulator of the GameBoy videogame console
|
||||
produced by Nintendo.
|
6
emulators/vgb/pkg/PLIST
Normal file
6
emulators/vgb/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/04/12 08:55:51 aaron Exp $
|
||||
bin/vgb
|
||||
share/doc/vgb/VGB.html
|
||||
share/vgb/CART.GB
|
||||
@dirrm share/vgb
|
||||
@dirrm share/doc/vgb
|
Loading…
Reference in New Issue
Block a user