aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2010-12-13 08:31:35 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2010-12-13 08:31:35 +0000
commit80484528a28cb25dce773f53b894b1fef3fa57da (patch)
tree324c80a85a7e54a38a4782265364e4798ca4d4cf /emulators
parentef81347ca7d604369c6c0da6ddcf1b7b199ae7bf (diff)
downloadports-80484528a28cb25dce773f53b894b1fef3fa57da.tar.gz
ports-80484528a28cb25dce773f53b894b1fef3fa57da.zip
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/Makefile1
-rw-r--r--emulators/mupen64plus-glide/Makefile23
-rw-r--r--emulators/mupen64plus-glide/files/patch-glide64_Makefile20
-rw-r--r--emulators/mupen64plus-input/Makefile22
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"