diff options
Diffstat (limited to 'emulators/mupen64plus-video-rice/Makefile')
-rw-r--r-- | emulators/mupen64plus-video-rice/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/emulators/mupen64plus-video-rice/Makefile b/emulators/mupen64plus-video-rice/Makefile deleted file mode 100644 index 8fee40047d36..000000000000 --- a/emulators/mupen64plus-video-rice/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: mupen64plus-rice -# Date created: 2008-05-16 -# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> -# -# $FreeBSD$ -# - -PKGNAMESUFFIX= -rice - -COMMENT= The rice graphics plugin for Mupen64plus - -USE_GL= yes -USE_SDL= sdl - -#USE_GCC= 4.1+ - -FIXFILES= rice_video/liblinux/BMGImage.c rice_video/liblinux/BMGUtils.c - -PLUGIN_NAME= ricevideo - -MASTERDIR= ${.CURDIR}/../mupen64plus-base - -OPTIONS= # - -.include "${MASTERDIR}/Makefile" |