From 8ff47618a14ed8cc62032df5c9c90f093004eade Mon Sep 17 00:00:00 2001 From: nakai Date: Wed, 1 Dec 1999 09:46:26 +0000 Subject: Fix for pkg/PLIST, pkg/DESCR, Makefile PR: ports/15145 Submitted by: Mario Sergio Fujikawa Ferreira --- emulators/vgb/Makefile | 8 +++++--- emulators/vgb/pkg-descr | 37 ------------------------------------- emulators/vgb/pkg-plist | 2 ++ 3 files changed, 7 insertions(+), 40 deletions(-) diff --git a/emulators/vgb/Makefile b/emulators/vgb/Makefile index e846d832b9e4..e2e543ac8157 100644 --- a/emulators/vgb/Makefile +++ b/emulators/vgb/Makefile @@ -6,13 +6,15 @@ # $FreeBSD$ # -DISTNAME= GB +DISTNAME= VGB PKGNAME= vgb-0.7 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_LOCAL} -DISTFILES= VGB.tar.Z +EXTRACT_SUFX= .tar.Z -MAINTAINER= nacai@iname.com +MAINTAINER= nakai@FreeBSD.org + +WRKSRC= ${WRKDIR}/GB USE_X_PREFIX= yes CONFIGURE_ENV= X11BASE=${X11BASE} diff --git a/emulators/vgb/pkg-descr b/emulators/vgb/pkg-descr index 0f6a1a292f05..4cfb7fafe774 100644 --- a/emulators/vgb/pkg-descr +++ b/emulators/vgb/pkg-descr @@ -4,10 +4,6 @@ Virtual Game Boy is the Nintendo GameBoy(tm) emulator on X-Window. vgb /usr/X11R6/share/VGB/CART.GB - If you want to know what the cartidge file is, type as: - - gblist - You buy the cartridges. GameBoy software is copyrighted and still sold. Therefore, its distribution is an act of piracy. Nothing prohibits you from backing up a cartridge you own and playing it on the emulator though. @@ -21,36 +17,3 @@ GameBoy-related archives with technical and other info are located at: http://www.freeflight.com/fms/GameBoy/ ftp://ftp.komkon.org/pub/GameBoy/ - -Usage: vgb [-option1 [-option2...]] - = name of file to load as cartridge [CART.GB] -[-option] = - -verbose - Select debugging messages [5] - 0 - Silent 1 - Startup messages - 2 - Illegal writes 4 - Illegal CPU ops - 8 - Bank switching - -vperiod - Set VBlank interrupts period [69905 cycles] - -uperiod - Number of interrupts per screen update [2] - -help - Print this help page - -cheat - Activate a GameGenie cheat - -delay/-nodelay - Delay/don't delay line interrupts [-nodelay] - -crc/-nocrc - Check/don't check cartridge CRC [-crc] - -autoa/-noautoa - Autofire/No autofire for button A [-noautoa] - -autob/-noautob - Autofire/No autofire for button B [-noautob] - -logsnd - Write soundtrack to a file [off] - -trap
- Trap execution when PC reaches address [FFFFh] - -saver/-nosaver - Save/don't save CPU when inactive [-saver] - -colorN - Change color #N [white,#989898,#585858,black] - -bcolorN - Change background color #N [same] - -scolorN - Change sprite color #N [same] - -wcolorN - Change window color #N [same] - -Keyboard bindings: - [SPACE] - A button (also: A,S,D,F,G,H,J,K,L) - [LALT] - B button (also: Z,X,C,V,B,N,M) - [TAB] - SELECT button - [ENTER] - START button - [ESC] - Quit emulation (also: [F12]) - - [F1] - Go into built-in debugger - [F2] - Show LCD controller registers diff --git a/emulators/vgb/pkg-plist b/emulators/vgb/pkg-plist index abefcac9f517..686116e2216f 100644 --- a/emulators/vgb/pkg-plist +++ b/emulators/vgb/pkg-plist @@ -2,3 +2,5 @@ bin/vgb bin/gblist libexec/VGB/vgb share/VGB/CART.GB +@dirrm libexec/VGB +@dirrm share/VGB -- cgit