diff options
author | acm <acm@FreeBSD.org> | 2010-12-13 16:31:35 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2010-12-13 16:31:35 +0800 |
commit | c79078d9a00b7fdc8360067e30ea50abfcc56459 (patch) | |
tree | 96b112c2ff63c183e9a8b245ae069028a2022066 /emulators | |
parent | 8d01e4631dcb0b4b709d16f9c3075b65d61f2caa (diff) | |
download | freebsd-ports-gnome-c79078d9a00b7fdc8360067e30ea50abfcc56459.tar.gz freebsd-ports-gnome-c79078d9a00b7fdc8360067e30ea50abfcc56459.tar.zst freebsd-ports-gnome-c79078d9a00b7fdc8360067e30ea50abfcc56459.zip |
- Remove obsolete mupen64plus port
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | emulators/mupen64plus-glide/Makefile | 23 | ||||
-rw-r--r-- | emulators/mupen64plus-glide/files/patch-glide64_Makefile | 20 | ||||
-rw-r--r-- | emulators/mupen64plus-input/Makefile | 22 |
4 files changed, 0 insertions, 66 deletions
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 <acm@FreeBSD.org> -# -# $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 <acm@FreeBSD.org> -# -# $FreeBSD$ -# - -PKGNAMESUFFIX= -input - -COMMENT= Input plugin for Mupen64plus - -USE_SDL= sdl - -FIXFILES= # - -PLUGIN_NAME= mupen64_input - -MASTERDIR= ${.CURDIR}/../mupen64plus-base - -OPTIONS= # - -.include "${MASTERDIR}/Makefile" |