aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2010-12-13 08:38:52 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2010-12-13 08:38:52 +0000
commit122b1a60cb40e5ecef2d787a4cdb134c040e8f50 (patch)
tree474ad3b694300a94b2aec9e79a3c872e3a2ad17c /emulators
parent05bf7d188c2b6e9fdce9446a913eaa49cf837a9b (diff)
downloadports-122b1a60cb40e5ecef2d787a4cdb134c040e8f50.tar.gz
ports-122b1a60cb40e5ecef2d787a4cdb134c040e8f50.zip
- Remove obsolete mupen64plus ports
Notes
Notes: svn path=/head/; revision=266202
Diffstat (limited to 'emulators')
-rw-r--r--emulators/Makefile1
-rw-r--r--emulators/mupen64plus-sdlaudio/Makefile22
-rw-r--r--emulators/mupen64plus-sdlinput/Makefile24
3 files changed, 0 insertions, 47 deletions
diff --git a/emulators/Makefile b/emulators/Makefile
index a1e93a37bab0..82b58c910c9b 100644
--- a/emulators/Makefile
+++ b/emulators/Makefile
@@ -117,7 +117,6 @@
SUBDIR += mupen64plus-core
SUBDIR += mupen64plus-input-sdl
SUBDIR += mupen64plus-rsp-hle
- SUBDIR += mupen64plus-sdlinput
SUBDIR += mupen64plus-ui-console
SUBDIR += mupen64plus-video-rice
SUBDIR += nonpareil
diff --git a/emulators/mupen64plus-sdlaudio/Makefile b/emulators/mupen64plus-sdlaudio/Makefile
deleted file mode 100644
index 20b5555ac52e..000000000000
--- a/emulators/mupen64plus-sdlaudio/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: mupen64plus-sdlaudio
-# Date created: 2008-05-16
-# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PKGNAMESUFFIX= -sdlaudio
-
-COMMENT= JttL's SDL audio plugin for Mupen64plus
-
-USE_SDL= sdl
-
-FIXFILES= #
-
-PLUGIN_NAME= jttl_audio
-
-MASTERDIR= ${.CURDIR}/../mupen64plus-base
-
-OPTIONS= #
-
-.include "${MASTERDIR}/Makefile"
diff --git a/emulators/mupen64plus-sdlinput/Makefile b/emulators/mupen64plus-sdlinput/Makefile
deleted file mode 100644
index 62db916570da..000000000000
--- a/emulators/mupen64plus-sdlinput/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: mupen64plus-sdlinput
-# Date created: 2008-05-16
-# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PKGNAMESUFFIX= -sdlinput
-
-COMMENT= Blight's SDL input plugin for Mupen64plus
-
-LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
-
-FIXFILES= #
-
-USE_SDL= sdl ttf
-
-PLUGIN_NAME= blight_input
-
-MASTERDIR= ${.CURDIR}/../mupen64plus-base
-
-OPTIONS= #
-
-.include "${MASTERDIR}/Makefile"