Initial import.

Another GameBoy(tm) emulator.
This commit is contained in:
Yukihiro Nakai 2001-04-22 00:31:45 +00:00
parent 42be20122e
commit f79a90563e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41779
7 changed files with 49 additions and 0 deletions

View file

@ -7,6 +7,7 @@
SUBDIR += bfe
SUBDIR += bochs
SUBDIR += bsvc
SUBDIR += cingb
SUBDIR += cpmemu
SUBDIR += cpmtools
SUBDIR += dgen-sdl

25
emulators/cingb/Makefile Normal file
View file

@ -0,0 +1,25 @@
# New ports collection makefile for: cingb
# Date created: 16 April 2001
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= cingb
PORTVERSION= 0.22A
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= nakai@FreeBSD.org
WRKSRC= ${WRKDIR}/cingb
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
ALL_TARGET= standard
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cingb ${PREFIX}/bin
.include <bsd.port.mk>

1
emulators/cingb/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (cingb-0.22A.tar.gz) = 9e29a3f91370855914c6f4732ec84b73

View file

@ -0,0 +1,17 @@
--- Makefile.templ.orig Thu Apr 19 21:04:46 2001
+++ Makefile.templ Thu Apr 19 21:05:37 2001
@@ -16,7 +16,7 @@
# unix dependent
-INCPATH = -I/usr/include/glide
+INCPATH = -I/usr/X11R6/include -I/usr/local/include
LIBPATH = -L/usr/X11R6/lib
LIBS = -lX11 %%%libext%%% %%%libsocket%%% %%%libnsl%%%
@@ -91,4 +91,4 @@
arplay.c: globals.h arplay.h
-main.c: globals.h z80.h gameboy.h
+main.c: globals.h z80.h gameboy.h

View file

@ -0,0 +1 @@
yet another Nintendo GameBoy(tm) emulator

View file

@ -0,0 +1,3 @@
yet another Nintendo GameBoy(tm) emulator
WWW: http://cingb.sourceforge.net/

View file

@ -0,0 +1 @@
bin/cingb