mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Add vgb-bin v17, a gameboy emulator, binary-only.
PR: 20427 Submitted by: Mario Sergio Fujikawa Ferriera <lioux@uol.com.br>
This commit is contained in:
parent
42fc0b021d
commit
1edbf4ebfe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31506
@ -37,6 +37,7 @@
|
||||
SUBDIR += tuxnes
|
||||
SUBDIR += twin
|
||||
SUBDIR += vgb
|
||||
SUBDIR += vgb-bin
|
||||
SUBDIR += vice
|
||||
SUBDIR += vMac
|
||||
SUBDIR += vmsbackup
|
||||
|
45
emulators/vgb-bin/Makefile
Normal file
45
emulators/vgb-bin/Makefile
Normal file
@ -0,0 +1,45 @@
|
||||
# New ports collection makefile for: vgb-bin
|
||||
# Date created: 04 Aug 2000
|
||||
# Whom: Mario S F Ferreira <lioux@linf.unb.br> et al.
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= vgb
|
||||
PORTVERSION= 17
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://www.komkon.org/fms/VGB/
|
||||
PKGNAMESUFFIX= -bin
|
||||
DISTNAME= VGB${PORTVERSION}-FreeBSD-80x86-bin
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
|
||||
MAINTAINER= lioux@linf.unb.br
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
USE_X_PREFIX= yes
|
||||
NO_BUILD= no
|
||||
WRKSRC= ${WRKDIR}/GB
|
||||
|
||||
INSTALL_DIR= ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP}
|
||||
|
||||
.if defined(NOPORTDOCS)
|
||||
PLIST_SUB+= PORTDOCS:="@comment "
|
||||
.else
|
||||
PLIST_SUB+= PORTDOCS:=
|
||||
.endif # !defined(NOPORTDOCS)
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/vgb ${PREFIX}/bin
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/vgb-debug ${PREFIX}/bin
|
||||
@${INSTALL_DIR} ${PREFIX}/share/vgb
|
||||
@${INSTALL_DATA} ${WRKSRC}/CART.GB ${PREFIX}/share/vgb
|
||||
.if !defined(NOPORTDOCS)
|
||||
${INSTALL_DIR} ${PREFIX}/share/doc/vgb ${PREFIX}/share/doc/vgb/demos
|
||||
@${INSTALL_DATA} ${WRKSRC}/VGB.html ${PREFIX}/share/doc/vgb
|
||||
@for i in ${WRKSRC}/demos/* ; \
|
||||
do \
|
||||
${INSTALL_DATA} $${i} ${PREFIX}/share/doc/vgb/demos ; \
|
||||
done
|
||||
.endif # !defined(NOPORTDOCS)
|
||||
|
||||
.include <bsd.port.mk>
|
1
emulators/vgb-bin/distinfo
Normal file
1
emulators/vgb-bin/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (VGB17-FreeBSD-80x86-bin.tar.Z) = b6e20c5671fa0d5cd9dcddbd5806d694
|
1
emulators/vgb-bin/pkg-comment
Normal file
1
emulators/vgb-bin/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Nintendo GameBoy(tm) emulator (closed binary version of vgb)
|
13
emulators/vgb-bin/pkg-descr
Normal file
13
emulators/vgb-bin/pkg-descr
Normal file
@ -0,0 +1,13 @@
|
||||
Virtual Game Boy is the Nintendo GameBoy(tm) emulator on X-Window.
|
||||
|
||||
Test your VGB installation with the command(default):
|
||||
|
||||
vgb /usr/X11R6/share/vgb/CART.GB
|
||||
|
||||
Virtual GameBoy (VGB) is a portable emulator of the Nintendo GameBoy
|
||||
handheld videogame console. It allows to run most of GameBoy software
|
||||
on a personal computer, as well as debug this software. As VGB is
|
||||
written in a portable C programming language, it runs on many
|
||||
different platforms and operating systems
|
||||
|
||||
WWW: http://www.komkon.org/fms/VGB/
|
20
emulators/vgb-bin/pkg-plist
Normal file
20
emulators/vgb-bin/pkg-plist
Normal file
@ -0,0 +1,20 @@
|
||||
bin/vgb
|
||||
bin/vgb-debug
|
||||
share/vgb/CART.GB
|
||||
%%PORTDOCS:%%share/doc/vgb/VGB.html
|
||||
%%PORTDOCS:%%share/doc/vgb/demos/ANTS.gb
|
||||
%%PORTDOCS:%%share/doc/vgb/demos/DANLASER.gb
|
||||
%%PORTDOCS:%%share/doc/vgb/demos/PUZZLE.gb
|
||||
%%PORTDOCS:%%share/doc/vgb/demos/RPN.c
|
||||
%%PORTDOCS:%%share/doc/vgb/demos/RPN.gb
|
||||
%%PORTDOCS:%%share/doc/vgb/demos/SOUND.c
|
||||
%%PORTDOCS:%%share/doc/vgb/demos/SOUND.gb
|
||||
%%PORTDOCS:%%share/doc/vgb/demos/SPACE.gb
|
||||
%%PORTDOCS:%%share/doc/vgb/demos/SPACE.s
|
||||
%%PORTDOCS:%%share/doc/vgb/demos/SPRITE.c
|
||||
%%PORTDOCS:%%share/doc/vgb/demos/SPRITE.gb
|
||||
%%PORTDOCS:%%share/doc/vgb/demos/TEST.c
|
||||
%%PORTDOCS:%%share/doc/vgb/demos/TEST.gb
|
||||
%%PORTDOCS:%%@dirrm share/doc/vgb/demos
|
||||
%%PORTDOCS:%%@dirrm share/doc/vgb
|
||||
@dirrm share/vgb
|
45
emulators/vgba-bin/Makefile
Normal file
45
emulators/vgba-bin/Makefile
Normal file
@ -0,0 +1,45 @@
|
||||
# New ports collection makefile for: vgb-bin
|
||||
# Date created: 04 Aug 2000
|
||||
# Whom: Mario S F Ferreira <lioux@linf.unb.br> et al.
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= vgb
|
||||
PORTVERSION= 17
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://www.komkon.org/fms/VGB/
|
||||
PKGNAMESUFFIX= -bin
|
||||
DISTNAME= VGB${PORTVERSION}-FreeBSD-80x86-bin
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
|
||||
MAINTAINER= lioux@linf.unb.br
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
USE_X_PREFIX= yes
|
||||
NO_BUILD= no
|
||||
WRKSRC= ${WRKDIR}/GB
|
||||
|
||||
INSTALL_DIR= ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP}
|
||||
|
||||
.if defined(NOPORTDOCS)
|
||||
PLIST_SUB+= PORTDOCS:="@comment "
|
||||
.else
|
||||
PLIST_SUB+= PORTDOCS:=
|
||||
.endif # !defined(NOPORTDOCS)
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/vgb ${PREFIX}/bin
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/vgb-debug ${PREFIX}/bin
|
||||
@${INSTALL_DIR} ${PREFIX}/share/vgb
|
||||
@${INSTALL_DATA} ${WRKSRC}/CART.GB ${PREFIX}/share/vgb
|
||||
.if !defined(NOPORTDOCS)
|
||||
${INSTALL_DIR} ${PREFIX}/share/doc/vgb ${PREFIX}/share/doc/vgb/demos
|
||||
@${INSTALL_DATA} ${WRKSRC}/VGB.html ${PREFIX}/share/doc/vgb
|
||||
@for i in ${WRKSRC}/demos/* ; \
|
||||
do \
|
||||
${INSTALL_DATA} $${i} ${PREFIX}/share/doc/vgb/demos ; \
|
||||
done
|
||||
.endif # !defined(NOPORTDOCS)
|
||||
|
||||
.include <bsd.port.mk>
|
1
emulators/vgba-bin/distinfo
Normal file
1
emulators/vgba-bin/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (VGB17-FreeBSD-80x86-bin.tar.Z) = b6e20c5671fa0d5cd9dcddbd5806d694
|
1
emulators/vgba-bin/pkg-comment
Normal file
1
emulators/vgba-bin/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Nintendo GameBoy(tm) emulator (closed binary version of vgb)
|
13
emulators/vgba-bin/pkg-descr
Normal file
13
emulators/vgba-bin/pkg-descr
Normal file
@ -0,0 +1,13 @@
|
||||
Virtual Game Boy is the Nintendo GameBoy(tm) emulator on X-Window.
|
||||
|
||||
Test your VGB installation with the command(default):
|
||||
|
||||
vgb /usr/X11R6/share/vgb/CART.GB
|
||||
|
||||
Virtual GameBoy (VGB) is a portable emulator of the Nintendo GameBoy
|
||||
handheld videogame console. It allows to run most of GameBoy software
|
||||
on a personal computer, as well as debug this software. As VGB is
|
||||
written in a portable C programming language, it runs on many
|
||||
different platforms and operating systems
|
||||
|
||||
WWW: http://www.komkon.org/fms/VGB/
|
20
emulators/vgba-bin/pkg-plist
Normal file
20
emulators/vgba-bin/pkg-plist
Normal file
@ -0,0 +1,20 @@
|
||||
bin/vgb
|
||||
bin/vgb-debug
|
||||
share/vgb/CART.GB
|
||||
%%PORTDOCS:%%share/doc/vgb/VGB.html
|
||||
%%PORTDOCS:%%share/doc/vgb/demos/ANTS.gb
|
||||
%%PORTDOCS:%%share/doc/vgb/demos/DANLASER.gb
|
||||
%%PORTDOCS:%%share/doc/vgb/demos/PUZZLE.gb
|
||||
%%PORTDOCS:%%share/doc/vgb/demos/RPN.c
|
||||
%%PORTDOCS:%%share/doc/vgb/demos/RPN.gb
|
||||
%%PORTDOCS:%%share/doc/vgb/demos/SOUND.c
|
||||
%%PORTDOCS:%%share/doc/vgb/demos/SOUND.gb
|
||||
%%PORTDOCS:%%share/doc/vgb/demos/SPACE.gb
|
||||
%%PORTDOCS:%%share/doc/vgb/demos/SPACE.s
|
||||
%%PORTDOCS:%%share/doc/vgb/demos/SPRITE.c
|
||||
%%PORTDOCS:%%share/doc/vgb/demos/SPRITE.gb
|
||||
%%PORTDOCS:%%share/doc/vgb/demos/TEST.c
|
||||
%%PORTDOCS:%%share/doc/vgb/demos/TEST.gb
|
||||
%%PORTDOCS:%%@dirrm share/doc/vgb/demos
|
||||
%%PORTDOCS:%%@dirrm share/doc/vgb
|
||||
@dirrm share/vgb
|
Loading…
Reference in New Issue
Block a user