diff options
author | acm <acm@FreeBSD.org> | 2010-12-13 16:38:52 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2010-12-13 16:38:52 +0800 |
commit | d981a1892a5a06b94f05b779e3d57db0ad078433 (patch) | |
tree | d54197de75d5e83cdeed4dfee0a395bac4300538 /emulators | |
parent | fc043375dff80a28f2fa29453680aef6003694c3 (diff) | |
download | freebsd-ports-gnome-d981a1892a5a06b94f05b779e3d57db0ad078433.tar.gz freebsd-ports-gnome-d981a1892a5a06b94f05b779e3d57db0ad078433.tar.zst freebsd-ports-gnome-d981a1892a5a06b94f05b779e3d57db0ad078433.zip |
- Remove obsolete mupen64plus ports
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | emulators/mupen64plus-sdlaudio/Makefile | 22 | ||||
-rw-r--r-- | emulators/mupen64plus-sdlinput/Makefile | 24 |
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" |