diff options
Diffstat (limited to 'emulators/mupen64plus-sdlinput/Makefile')
-rw-r--r-- | emulators/mupen64plus-sdlinput/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/emulators/mupen64plus-sdlinput/Makefile b/emulators/mupen64plus-sdlinput/Makefile new file mode 100644 index 00000000000..62db916570d --- /dev/null +++ b/emulators/mupen64plus-sdlinput/Makefile @@ -0,0 +1,24 @@ +# 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" |