diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-22 11:33:07 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-22 11:33:07 +0000 |
commit | f6b020d79f4544e6413546e8809da66ef5a43279 (patch) | |
tree | 05f3a63c23b006f02ebcefb8c898ef31a300045d /emulators/gngeo | |
parent | 2ba2a241ff06ba9b3dcc7edfde3a8ab91e0f7e88 (diff) | |
download | ports-f6b020d79f4544e6413546e8809da66ef5a43279.tar.gz ports-f6b020d79f4544e6413546e8809da66ef5a43279.zip |
Notes
Diffstat (limited to 'emulators/gngeo')
-rw-r--r-- | emulators/gngeo/Makefile | 89 | ||||
-rw-r--r-- | emulators/gngeo/distinfo | 3 | ||||
-rw-r--r-- | emulators/gngeo/files/patch-configure | 13 | ||||
-rw-r--r-- | emulators/gngeo/files/patch-src-streams.c | 11 | ||||
-rw-r--r-- | emulators/gngeo/pkg-descr | 10 | ||||
-rw-r--r-- | emulators/gngeo/pkg-plist | 14 |
6 files changed, 140 insertions, 0 deletions
diff --git a/emulators/gngeo/Makefile b/emulators/gngeo/Makefile new file mode 100644 index 000000000000..82b1bdee0fa5 --- /dev/null +++ b/emulators/gngeo/Makefile @@ -0,0 +1,89 @@ +# New ports collection makefile for: gngeo +# Date created: 17 Aug 2005 +# Whom: Alejandro Pulver <alejandro@varnet.biz> +# +# $FreeBSD$ +# + +PORTNAME= gngeo +PORTVERSION= 0.6.4 +CATEGORIES= emulators +MASTER_SITES= http://m.peponas.free.fr/gngeo/download/ +DIST_SUBDIR= ${PORTNAME} + +MAINTAINER= alejandro@varnet.biz +COMMENT= NeoGeo emulator + +RESTRICTED= The Neo-Geo BIOS can not be redistributed + +USE_GMAKE= yes +USE_SDL= image sdl +USE_GL= yes +USE_REINPLACE= yes + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --program-transform-name="" +CONFIGURE_ENV= CPPFLAGS="`${SDL_CONFIG} --cflags` -I${X11BASE}/include" \ + LDFLAGS="`${SDL_CONFIG} --libs`" + +OPTIONS= GUI "Enable GUI support (experimental)" off \ + I386ASM "Use i386 optimization" on \ + RAZE "Use Raze as z80 emulator (only for i386)" on \ + STAR "Use Starscream as 68k emulator (only for i386)" on + +MAN1= gngeo.1 + +NGBIOS= neo-geo.rom ng-lo.rom ng-sfix.rom ng-sm1.rom + +post-patch: + @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}| ; \ + s|-mcpu=$$target_cpu||' \ + ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} + +post-install: +# Neo-Geo BIOS +.for f in ${NGBIOS} + @${INSTALL_DATA} ${DISTDIR}/${f} ${DATADIR} +.endfor + +# Examples + @${MKDIR} ${EXAMPLESDIR} + @${INSTALL_DATA} ${WRKSRC}/sample_gngeorc ${EXAMPLESDIR}/gngeorc + +.include <bsd.port.pre.mk> + +.for f in ${NGBIOS} +. if !exists(${DISTDIR}/${DIST_SUBDIR}/${f}) || defined(PACKAGE_BUILDING) +IGNORE?= Could not find ${DISTDIR}/${DIST_SUBDIR}/${f}. You need to manually download a copy of the Neo-Geo BIOS, extract the files and place them into ${DISTDIR}/${DIST_SUBDIR}. It is available at http://www.ocf.berkeley.edu/~wwu/downloads/neogeo.zip +. endif +.endfor + +.if defined(WITH_I386ASM) || defined(WITH_RAZE) || defined(WITH_STAR) +BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm +.endif + +.if defined(WITH_GUI) +CONFIGURE_ARGS+= --enable-gui +.else +CONFIGURE_ARGS+= --disable-gui +.endif + +.if defined(WITH_I386ASM) && ${ARCH} == "i386" +CONFIGURE_ARGS+= --enable-i386asm +.else +CONFIGURE_ARGS+= --disable-i386asm +.endif + +.if defined(WITH_RAZE) && ${ARCH} == "i386" +CONFIGURE_ARGS+= --enable-raze +.else +CONFIGURE_ARGS+= --enable-mamez80 +.endif + +.if defined(WITH_STAR) && ${ARCH} == "i386" +CONFIGURE_ARGS+= --enable-starscream +.else +CONFIGURE_ARGS+= --enable-gen68k +.endif + +.include <bsd.port.post.mk> diff --git a/emulators/gngeo/distinfo b/emulators/gngeo/distinfo new file mode 100644 index 000000000000..f13742ea6cb3 --- /dev/null +++ b/emulators/gngeo/distinfo @@ -0,0 +1,3 @@ +MD5 (gngeo/gngeo-0.6.4.tar.gz) = 690a624935a25af19d80d05088dc7d3c +SHA256 (gngeo/gngeo-0.6.4.tar.gz) = e51a699ce8800fd717166b31c94918b252d578e764fecff8b8ec3a7acbb4a6b7 +SIZE (gngeo/gngeo-0.6.4.tar.gz) = 558473 diff --git a/emulators/gngeo/files/patch-configure b/emulators/gngeo/files/patch-configure new file mode 100644 index 000000000000..cc9641201f14 --- /dev/null +++ b/emulators/gngeo/files/patch-configure @@ -0,0 +1,13 @@ +--- configure.orig Mon Sep 20 13:35:06 2004 ++++ configure Wed Aug 17 16:29:55 2005 +@@ -3118,10 +3118,6 @@ + { (exit 1); exit 1; }; } + fi + +-else +- { { echo "$as_me:$LINENO: error: can't find sdl-config on your system" >&5 +-echo "$as_me: error: can't find sdl-config on your system" >&2;} +- { (exit 1); exit 1; }; }; + fi + + diff --git a/emulators/gngeo/files/patch-src-streams.c b/emulators/gngeo/files/patch-src-streams.c new file mode 100644 index 000000000000..f471bcdcf1b7 --- /dev/null +++ b/emulators/gngeo/files/patch-src-streams.c @@ -0,0 +1,11 @@ +--- src/streams.c.orig Sat Feb 28 12:50:41 2004 ++++ src/streams.c Wed Aug 17 16:32:02 2005 +@@ -10,7 +10,7 @@ + #endif + + #include <string.h> +-#include <malloc.h> ++#include <stdlib.h> + #include <stdio.h> + #include "emu.h" + #include <math.h> diff --git a/emulators/gngeo/pkg-descr b/emulators/gngeo/pkg-descr new file mode 100644 index 000000000000..f02f68ecf855 --- /dev/null +++ b/emulators/gngeo/pkg-descr @@ -0,0 +1,10 @@ +GnGeo is a NeoGeo emulator for Linux (and maybe some other UNIX). It use the +following cpu core: + +* The 68k core from the generator project by James Ponder. +* Starscream 680x0 emulation library by Neill Corlett +* Raze Z80 emulator by Richard Mitton. +* Z80 Mame core from the Mame project. +* YM2610 Mame core by Tatsuyuki Satoh. + +WWW: http://m.peponas.free.fr/gngeo/ diff --git a/emulators/gngeo/pkg-plist b/emulators/gngeo/pkg-plist new file mode 100644 index 000000000000..35bce21b6fb1 --- /dev/null +++ b/emulators/gngeo/pkg-plist @@ -0,0 +1,14 @@ +bin/gngeo +%%DATADIR%%/cursor.bmp +%%DATADIR%%/gui_font.bmp +%%DATADIR%%/gui_font2.bmp +%%DATADIR%%/little_font.bmp +%%DATADIR%%/neo-geo.rom +%%DATADIR%%/ng-lo.rom +%%DATADIR%%/ng-sfix.rom +%%DATADIR%%/ng-sm1.rom +%%DATADIR%%/romrc +%%DATADIR%%/sb_arrows.bmp +%%EXAMPLESDIR%%/gngeorc +@dirrm %%DATADIR%% +@dirrm %%EXAMPLESDIR%% |