aboutsummaryrefslogtreecommitdiff
path: root/emulators/cingb
diff options
context:
space:
mode:
authorYukihiro Nakai <nakai@FreeBSD.org>2001-04-22 00:31:45 +0000
committerYukihiro Nakai <nakai@FreeBSD.org>2001-04-22 00:31:45 +0000
commitf79a90563ebbecea2453af2a7f4547f46df9673e (patch)
tree02d4659d503d0d2da18e282d854dadef5d6fa0f6 /emulators/cingb
parent42be20122e70d45b8b36fc1f764e261e59410dce (diff)
downloadports-f79a90563ebbecea2453af2a7f4547f46df9673e.tar.gz
ports-f79a90563ebbecea2453af2a7f4547f46df9673e.zip
Notes
Diffstat (limited to 'emulators/cingb')
-rw-r--r--emulators/cingb/Makefile25
-rw-r--r--emulators/cingb/distinfo1
-rw-r--r--emulators/cingb/files/patch-aa17
-rw-r--r--emulators/cingb/pkg-comment1
-rw-r--r--emulators/cingb/pkg-descr3
-rw-r--r--emulators/cingb/pkg-plist1
6 files changed, 48 insertions, 0 deletions
diff --git a/emulators/cingb/Makefile b/emulators/cingb/Makefile
new file mode 100644
index 000000000000..0441d408908a
--- /dev/null
+++ b/emulators/cingb/Makefile
@@ -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>
diff --git a/emulators/cingb/distinfo b/emulators/cingb/distinfo
new file mode 100644
index 000000000000..73b67c924f07
--- /dev/null
+++ b/emulators/cingb/distinfo
@@ -0,0 +1 @@
+MD5 (cingb-0.22A.tar.gz) = 9e29a3f91370855914c6f4732ec84b73
diff --git a/emulators/cingb/files/patch-aa b/emulators/cingb/files/patch-aa
new file mode 100644
index 000000000000..cd90885ac677
--- /dev/null
+++ b/emulators/cingb/files/patch-aa
@@ -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
diff --git a/emulators/cingb/pkg-comment b/emulators/cingb/pkg-comment
new file mode 100644
index 000000000000..9c1e1c670f2d
--- /dev/null
+++ b/emulators/cingb/pkg-comment
@@ -0,0 +1 @@
+yet another Nintendo GameBoy(tm) emulator
diff --git a/emulators/cingb/pkg-descr b/emulators/cingb/pkg-descr
new file mode 100644
index 000000000000..336b9b9109a8
--- /dev/null
+++ b/emulators/cingb/pkg-descr
@@ -0,0 +1,3 @@
+yet another Nintendo GameBoy(tm) emulator
+
+WWW: http://cingb.sourceforge.net/
diff --git a/emulators/cingb/pkg-plist b/emulators/cingb/pkg-plist
new file mode 100644
index 000000000000..40a4ccefa777
--- /dev/null
+++ b/emulators/cingb/pkg-plist
@@ -0,0 +1 @@
+bin/cingb