diff options
Diffstat (limited to 'emulators/mupen64plus-rsp-hle')
-rw-r--r-- | emulators/mupen64plus-rsp-hle/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/emulators/mupen64plus-rsp-hle/Makefile b/emulators/mupen64plus-rsp-hle/Makefile new file mode 100644 index 000000000000..6aba6d22b377 --- /dev/null +++ b/emulators/mupen64plus-rsp-hle/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: mupen64plus-rsp +# Date created: 2008-05-16 +# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -rsp + +COMMENT= RSP plugin for Mupen64plus + +FIXFILES= # + +PLUGIN_NAME= mupen64_hle_rsp_azimer + +MASTERDIR= ${.CURDIR}/../mupen64plus-base + +OPTIONS= # + +.include "${MASTERDIR}/Makefile" |