aboutsummaryrefslogtreecommitdiff
path: root/emulators/fceux
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/fceux')
-rw-r--r--emulators/fceux/Makefile107
-rw-r--r--emulators/fceux/distinfo2
-rw-r--r--emulators/fceux/files/patch-Makefile.base8
-rw-r--r--emulators/fceux/files/patch-Makefile.unixsdl18
-rw-r--r--emulators/fceux/pkg-descr12
-rw-r--r--emulators/fceux/pkg-plist35
6 files changed, 0 insertions, 182 deletions
diff --git a/emulators/fceux/Makefile b/emulators/fceux/Makefile
deleted file mode 100644
index 68d30aa8f6d9..000000000000
--- a/emulators/fceux/Makefile
+++ /dev/null
@@ -1,107 +0,0 @@
-# New ports collection makefile for: fceu
-# Date Created: 10 Mov 2002
-# Whom: HIYAMA Takeshi <gibbon@cocoa.freemail.ne.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= fceu
-PORTVERSION= 0.97.5
-PORTREVISION= 2
-CATEGORIES= emulators
-MASTER_SITES= http://xodnizel.net/fceultra/downloads/
-DISTNAME= ${PORTNAME}-${PORTVERSION}.src
-
-MAINTAINER= gibbon@cocoa.freemail.ne.jp
-COMMENT= A portable NES/Famicom emulator based on Bero's original FCE
-
-USE_SDL= sdl
-MAN6= fceu.6
-WRKSRC= ${WRKDIR}/fceu
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-MAKEFILE= Makefile.unixsdl
-USE_REINPLACE= yes
-
-DOCS= AUTHORS COPYING ChangeLog FAQ README TODO \
- cheat.html fceultra.html fcs.txt porting.txt protocol.txt
-TECHDOCS= README.now README.sound UNIF_current.txt nsfspec.txt
-TECHCPUDOC= 4017.txt 6502_cpu.txt NESSOUND-4th.txt NESSOUND.txt dmc.txt
-TECHEXPDOCS= SMB2j.txt mmc5-e.txt mmc5_bank_switch.txt tengen.txt \
- vrcvi.txt vrcvii.txt
-TECHPPUDOCS= "2C02_technical_operation.TXT" loopy1.txt loopy2.txt
-
-.if defined(WITH_OPTIMIZED_FLAGS)
-CFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double
-.if (${MACHINE_ARCH} == "i386")
-CFLAGS+= -ffast-math -mfancy-math-387
-.endif # i386
-.endif
-
-pre-everything::
-.if !defined(WITH_OPTIMIZED_FLAGS)
- @${ECHO_MSG} "You can optimize by setting WITH_OPTIMIZED_FLAGS=yes."
-.endif
-.if !defined(NOPORTDOCS) && !defined(TECH_DOC_INSTALL)
- @${ECHO_MSG} "You can install technical documents"
- @${ECHO_MSG} "by defining TECH_DOC_INSTALL"
-.endif
-
-.if !defined(NOPORTDOCS) && defined(TECH_DOC_INSTALL)
-PLIST_SUB= TECHDOCS=""
-.else
-PLIST_SUB= TECHDOCS="@comment "
-.endif
-
-.include <bsd.port.pre.mk>
-
-post-patch:
-.if (${MACHINE_ARCH} != "i386")
-# do I have to do this for ia64 and amd64 too?
- @${REINPLACE_CMD} -e 's|-DC80x86||g;' ${WRKSRC}/Makefile.unixsdl
-.if (${MACHINE_ARCH} == "sparc64")
- @${REINPLACE_CMD} -e 's|-DLSB_FIRST||g;' ${WRKSRC}/Makefile.unixsdl
-.endif
-.endif
-
-pre-build:
- @${CP} ${WRKSRC}/Documentation/fceu-sdl.6 ${WRKSRC}/Documentation/fceu.6
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/fceu ${PREFIX}/bin
-
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.if !defined(NOPORTDOCS)
-.for docs in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/Documentation/${docs} ${DOCSDIR}
-.endfor
-.endif
-
-.if !defined(NOPORTDOCS)
- ${INSTALL_MAN} ${WRKSRC}/Documentation/fceu.6 ${PREFIX}/man/man6
-.if defined(TECH_DOC_INSTALL)
- @${MKDIR} ${DOCSDIR}/tech
-.for docs in ${TECHDOCS}
- ${INSTALL_DATA} ${WRKSRC}/Documentation/tech/${docs} ${DOCSDIR}/tech
-.endfor
- @${MKDIR} ${DOCSDIR}/tech/cpu
-.for docs in ${TECHCPUDOC}
- ${INSTALL_DATA} ${WRKSRC}/Documentation/tech/cpu/${docs} \
- ${DOCSDIR}/tech/cpu
-.endfor
- @${MKDIR} ${DOCSDIR}/tech/exp
-.for docs in ${TECHEXPDOCS}
- ${INSTALL_DATA} ${WRKSRC}/Documentation/tech/exp/${docs} \
- ${DOCSDIR}/tech/exp
-.endfor
- @${MKDIR} ${DOCSDIR}/tech/ppu
-.for docs in ${TECHPPUDOCS}
- ${INSTALL_DATA} ${WRKSRC}/Documentation/tech/ppu/${docs:S|_| |g} \
- ${DOCSDIR}/tech/ppu/${docs}
-.endfor
-.endif
-.endif
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/emulators/fceux/distinfo b/emulators/fceux/distinfo
deleted file mode 100644
index 790204bdccd5..000000000000
--- a/emulators/fceux/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (fceu-0.97.5.src.tar.gz) = a3a3732d58ddb66ae9a78b2bac1d6a1f
-SIZE (fceu-0.97.5.src.tar.gz) = 551337
diff --git a/emulators/fceux/files/patch-Makefile.base b/emulators/fceux/files/patch-Makefile.base
deleted file mode 100644
index 1f7a86bda34d..000000000000
--- a/emulators/fceux/files/patch-Makefile.base
+++ /dev/null
@@ -1,8 +0,0 @@
---- Makefile.base.orig Mon Jul 21 06:27:19 2003
-+++ Makefile.base Mon Jul 21 06:27:28 2003
-@@ -1,4 +1,4 @@
--CFLAGS = -Wall -Winline ${TFLAGS}
-+CFLAGS += -Wall -Winline ${TFLAGS}
- OBJECTS = fce.o x6502.o video.o general.o endian.o svga.o sound.o nsf.o fds.o netplay.o ines.o state.o unif.o input.o file.o cart.o crc32.o memory.o cheat.o debug.o filter.o palette.o
-
- fceu: fceu2
diff --git a/emulators/fceux/files/patch-Makefile.unixsdl b/emulators/fceux/files/patch-Makefile.unixsdl
deleted file mode 100644
index 27703203be6e..000000000000
--- a/emulators/fceux/files/patch-Makefile.unixsdl
+++ /dev/null
@@ -1,18 +0,0 @@
---- Makefile.unixsdl.orig Mon Nov 10 12:33:14 2003
-+++ Makefile.unixsdl Tue Dec 9 01:13:35 2003
-@@ -1,5 +1,5 @@
- CC = gcc
--TFLAGS = -DOPENGL -DFRAMESKIP -DUNIXDSP -DNETWORK -DFPS `sdl-config --cflags` -mcpu=i686 -O2 -Izlib -fomit-frame-pointer -DLSB_FIRST -DSDL -DUNIX -DPSS_STYLE=1 -DZLIB -DC80x86
-+TFLAGS = -DOPENGL -DFRAMESKIP -DUNIXDSP -DNETWORK -DFPS `${SDL_CONFIG} --cflags` -I/usr/X11R6/include -Izlib -DLSB_FIRST -DSDL -DUNIX -DPSS_STYLE=1 -DZLIB -DC80x86
-
- RM = rm -f
- B = drivers/cli/
-@@ -9,7 +9,7 @@
- include zlib/Makefile
-
- OBJDRIVER = ${B}sdl.o ${B}sdl-opengl.o ${B}main.o ${B}sdl-throttle.o ${B}unix-netplay.o ${B}sdl-sound.o ${B}sdl-video.o ${B}sdl-joystick.o drivers/common/cheat.o drivers/common/config.o drivers/common/args.o drivers/common/vidblit.o drivers/common/unixdsp.o drivers/common/sfifo.o ${UNZIPOBJS}
--LDRIVER = -lm `sdl-config --libs` -lz -lGL
-+LDRIVER = -lm `${SDL_CONFIG} --libs` -lz -lGL -L/usr/X11R6/lib
-
- include Makefile.base
-
diff --git a/emulators/fceux/pkg-descr b/emulators/fceux/pkg-descr
deleted file mode 100644
index e83ddac8d7f5..000000000000
--- a/emulators/fceux/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-FCE Ultra is an NTSC and PAL Famicom/NES emulator for various
-platforms. It is based upon Bero's original FCE source code. Current
-features include good PPU, CPU, pAPU, expansion chip, and joystick
-emulation. Also a feature unique to this emulator(at the current
-time) is authentic Game Genie emulation. Save states and snapshot
-features also have been implemented. The VS Unisystem is emulated
-as well. FCE Ultra supports iNES format ROM images, UNIF format ROM
-images, headerless and FWNES style FDS disk images, and NSF files.
-
-FCE Ultra currently supports the following iNES mappers(many partially):
-
-WWW: http://fceultra.sourceforge.net/
diff --git a/emulators/fceux/pkg-plist b/emulators/fceux/pkg-plist
deleted file mode 100644
index 763f0046771f..000000000000
--- a/emulators/fceux/pkg-plist
+++ /dev/null
@@ -1,35 +0,0 @@
-bin/fceu
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/COPYING
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/FAQ
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-%%PORTDOCS%%%%DOCSDIR%%/cheat.html
-%%PORTDOCS%%%%DOCSDIR%%/fceultra.html
-%%PORTDOCS%%%%DOCSDIR%%/fcs.txt
-%%PORTDOCS%%%%DOCSDIR%%/porting.txt
-%%PORTDOCS%%%%DOCSDIR%%/protocol.txt
-%%PORTDOCS%%%%TECHDOCS%%%%DOCSDIR%%/tech/README.now
-%%PORTDOCS%%%%TECHDOCS%%%%DOCSDIR%%/tech/README.sound
-%%PORTDOCS%%%%TECHDOCS%%%%DOCSDIR%%/tech/UNIF_current.txt
-%%PORTDOCS%%%%TECHDOCS%%%%DOCSDIR%%/tech/nsfspec.txt
-%%PORTDOCS%%%%TECHDOCS%%%%DOCSDIR%%/tech/cpu/4017.txt
-%%PORTDOCS%%%%TECHDOCS%%%%DOCSDIR%%/tech/cpu/6502_cpu.txt
-%%PORTDOCS%%%%TECHDOCS%%%%DOCSDIR%%/tech/cpu/NESSOUND-4th.txt
-%%PORTDOCS%%%%TECHDOCS%%%%DOCSDIR%%/tech/cpu/NESSOUND.txt
-%%PORTDOCS%%%%TECHDOCS%%%%DOCSDIR%%/tech/cpu/dmc.txt
-%%PORTDOCS%%%%TECHDOCS%%%%DOCSDIR%%/tech/exp/SMB2j.txt
-%%PORTDOCS%%%%TECHDOCS%%%%DOCSDIR%%/tech/exp/mmc5-e.txt
-%%PORTDOCS%%%%TECHDOCS%%%%DOCSDIR%%/tech/exp/mmc5_bank_switch.txt
-%%PORTDOCS%%%%TECHDOCS%%%%DOCSDIR%%/tech/exp/tengen.txt
-%%PORTDOCS%%%%TECHDOCS%%%%DOCSDIR%%/tech/exp/vrcvi.txt
-%%PORTDOCS%%%%TECHDOCS%%%%DOCSDIR%%/tech/exp/vrcvii.txt
-%%PORTDOCS%%%%TECHDOCS%%%%DOCSDIR%%/tech/ppu/loopy1.txt
-%%PORTDOCS%%%%TECHDOCS%%%%DOCSDIR%%/tech/ppu/loopy2.txt
-%%PORTDOCS%%%%TECHDOCS%%%%DOCSDIR%%/tech/ppu/2C02_technical_operation.TXT
-%%PORTDOCS%%%%TECHDOCS%%@dirrm %%DOCSDIR%%/tech/ppu
-%%PORTDOCS%%%%TECHDOCS%%@dirrm %%DOCSDIR%%/tech/exp
-%%PORTDOCS%%%%TECHDOCS%%@dirrm %%DOCSDIR%%/tech/cpu
-%%PORTDOCS%%%%TECHDOCS%%@dirrm %%DOCSDIR%%/tech
-%%PORTDOCS%%@dirrm %%DOCSDIR%%