mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Initial import.
Another GameBoy(tm) emulator.
This commit is contained in:
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
|
@ -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
25
emulators/cingb/Makefile
Normal 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
1
emulators/cingb/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (cingb-0.22A.tar.gz) = 9e29a3f91370855914c6f4732ec84b73
|
17
emulators/cingb/files/patch-aa
Normal file
17
emulators/cingb/files/patch-aa
Normal 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
|
1
emulators/cingb/pkg-comment
Normal file
1
emulators/cingb/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
yet another Nintendo GameBoy(tm) emulator
|
3
emulators/cingb/pkg-descr
Normal file
3
emulators/cingb/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
yet another Nintendo GameBoy(tm) emulator
|
||||
|
||||
WWW: http://cingb.sourceforge.net/
|
1
emulators/cingb/pkg-plist
Normal file
1
emulators/cingb/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/cingb
|
Loading…
Add table
Reference in a new issue