summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2010-12-13 08:36:34 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2010-12-13 08:36:34 +0000
commit75ee367479d89cf35eaceb605f85dee09febb1d8 (patch)
treecfd4c680900e99fd7d9162ff19edc4a3c96534bf /emulators
parent- Remove obsolete mupen64plus ports (diff)
- Remove obsolete mupen64plus ports
Notes
Notes: svn path=/head/; revision=266200
Diffstat (limited to 'emulators')
-rw-r--r--emulators/Makefile1
-rw-r--r--emulators/mupen64plus-rice/Makefile25
-rw-r--r--emulators/mupen64plus-rice/files/patch-rice_video_Makefile11
3 files changed, 0 insertions, 37 deletions
diff --git a/emulators/Makefile b/emulators/Makefile
index 8aa137abb124..d749127e10f9 100644
--- a/emulators/Makefile
+++ b/emulators/Makefile
@@ -116,7 +116,6 @@
SUBDIR += mupen64plus-audio-sdl
SUBDIR += mupen64plus-core
SUBDIR += mupen64plus-input-sdl
- SUBDIR += mupen64plus-rsp
SUBDIR += mupen64plus-rsp-hle
SUBDIR += mupen64plus-sdlaudio
SUBDIR += mupen64plus-sdlinput
diff --git a/emulators/mupen64plus-rice/Makefile b/emulators/mupen64plus-rice/Makefile
deleted file mode 100644
index d8b013e00a0f..000000000000
--- a/emulators/mupen64plus-rice/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: mupen64plus-rice
-# Date created: 2008-05-16
-# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PKGNAMESUFFIX= -rice
-
-COMMENT= The rice graphics plugin for Mupen64plus
-
-BROKEN= does not compile
-
-USE_GL= yes
-USE_SDL= sdl
-
-FIXFILES= rice_video/liblinux/BMGImage.c rice_video/liblinux/BMGUtils.c
-
-PLUGIN_NAME= ricevideo
-
-MASTERDIR= ${.CURDIR}/../mupen64plus-base
-
-OPTIONS= #
-
-.include "${MASTERDIR}/Makefile"
diff --git a/emulators/mupen64plus-rice/files/patch-rice_video_Makefile b/emulators/mupen64plus-rice/files/patch-rice_video_Makefile
deleted file mode 100644
index 793693248c6e..000000000000
--- a/emulators/mupen64plus-rice/files/patch-rice_video_Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- rice_video/Makefile 2009-01-13 00:49:24.000000000 -0500
-+++ rice_video/Makefile 2009-01-13 00:50:11.000000000 -0500
-@@ -131,7 +131,7 @@
- all: version.h ricevideo.so
-
- ricevideo.so: $(OBJECTS)
-- $(LD) $(OBJECTS) $(GTK_LIBS) $(LDFLAGS) -o $@
-+ $(CXX) $(OBJECTS) $(GTK_LIBS) $(LDFLAGS) -o $@
- $(STRIP) $@
-
- clean: