From 80484528a28cb25dce773f53b894b1fef3fa57da Mon Sep 17 00:00:00 2001 From: Jose Alonso Cardenas Marquez Date: Mon, 13 Dec 2010 08:31:35 +0000 Subject: - Remove obsolete mupen64plus port --- emulators/Makefile | 1 - emulators/mupen64plus-glide/Makefile | 23 ---------------------- .../mupen64plus-glide/files/patch-glide64_Makefile | 20 ------------------- emulators/mupen64plus-input/Makefile | 22 --------------------- 4 files changed, 66 deletions(-) delete mode 100644 emulators/mupen64plus-glide/Makefile delete mode 100644 emulators/mupen64plus-glide/files/patch-glide64_Makefile delete mode 100644 emulators/mupen64plus-input/Makefile diff --git a/emulators/Makefile b/emulators/Makefile index 13342dad9fdd..e52fc90cfcba 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -116,7 +116,6 @@ SUBDIR += mupen64plus-audio-sdl SUBDIR += mupen64plus-base SUBDIR += mupen64plus-core - SUBDIR += mupen64plus-input SUBDIR += mupen64plus-input-sdl SUBDIR += mupen64plus-rice SUBDIR += mupen64plus-rsp diff --git a/emulators/mupen64plus-glide/Makefile b/emulators/mupen64plus-glide/Makefile deleted file mode 100644 index 307734ffe570..000000000000 --- a/emulators/mupen64plus-glide/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: mupen64plus-glide -# Date created: 2008-05-16 -# Whom: Jose Alonso Cardenas Marquez -# -# $FreeBSD$ -# - -PKGNAMESUFFIX= -glide - -COMMENT= Glide64 graphics plugin for Mupen64plus - -USE_SDL= sdl -USE_GL= yes - -FIXFILES= # - -PLUGIN_NAME= glide64 - -MASTERDIR= ${.CURDIR}/../mupen64plus-base - -OPTIONS= YASM "Use yasm assembler instead of nasm" on - -.include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64plus-glide/files/patch-glide64_Makefile b/emulators/mupen64plus-glide/files/patch-glide64_Makefile deleted file mode 100644 index a4042e9fbc89..000000000000 --- a/emulators/mupen64plus-glide/files/patch-glide64_Makefile +++ /dev/null @@ -1,20 +0,0 @@ ---- glide64/Makefile 2009-01-13 00:45:38.000000000 -0500 -+++ glide64/Makefile 2009-01-13 00:46:46.000000000 -0500 -@@ -114,7 +114,7 @@ - all: $(TARGET) - - $(TARGET): $(QT_EXTRA) $(OBJECTS) -- $(LD) $(OBJECTS) $(LDFLAGS) -o $@ -+ $(CC) $(OBJECTS) $(LDFLAGS) -o $@ - $(STRIP) $@ - - ui_glide64config.h: glide64config.ui -@@ -133,7 +133,7 @@ - compiletex: compiletex.c - @rm -f compiletex compiletex.o - $(CC) -o compiletex.o -c $< -- $(LD) -o $@ compiletex.o -+ $(CC) -o $@ compiletex.o - - rdp.o: ucode06.h - diff --git a/emulators/mupen64plus-input/Makefile b/emulators/mupen64plus-input/Makefile deleted file mode 100644 index 1bd22c9031bb..000000000000 --- a/emulators/mupen64plus-input/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: mupen64plus-input -# Date created: 2008-05-16 -# Whom: Jose Alonso Cardenas Marquez -# -# $FreeBSD$ -# - -PKGNAMESUFFIX= -input - -COMMENT= Input plugin for Mupen64plus - -USE_SDL= sdl - -FIXFILES= # - -PLUGIN_NAME= mupen64_input - -MASTERDIR= ${.CURDIR}/../mupen64plus-base - -OPTIONS= # - -.include "${MASTERDIR}/Makefile" -- cgit v1.2.3