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 -# -# $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 -# -# $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"