diff options
author | acm <acm@FreeBSD.org> | 2010-12-13 16:36:34 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2010-12-13 16:36:34 +0800 |
commit | 9e24cf3bd8db76e54b93172cf6b73a1fb5e42ee5 (patch) | |
tree | 637b3d5dece28d027a7f59189519aba7b8a6a0c8 /emulators | |
parent | af4a273574460efbbfdd6e0b5b4f5d9347336ed8 (diff) | |
download | freebsd-ports-gnome-9e24cf3bd8db76e54b93172cf6b73a1fb5e42ee5.tar.gz freebsd-ports-gnome-9e24cf3bd8db76e54b93172cf6b73a1fb5e42ee5.tar.zst freebsd-ports-gnome-9e24cf3bd8db76e54b93172cf6b73a1fb5e42ee5.zip |
- Remove obsolete mupen64plus ports
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | emulators/mupen64plus-rice/Makefile | 25 | ||||
-rw-r--r-- | emulators/mupen64plus-rice/files/patch-rice_video_Makefile | 11 |
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: |