diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2008-05-20 19:00:26 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2008-05-20 19:00:26 +0000 |
commit | c83b0f98e814aeab74aef40ee4734637066112fe (patch) | |
tree | 9a65953e584a6a0dc0bc89ed36bb4985b661cbdd /emulators | |
parent | 3575d1bccfbac6a78f640f73906d586fbf42ccc8 (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | emulators/mupen64plus-rsp-hle/Makefile | 20 | ||||
-rw-r--r-- | emulators/mupen64plus-rsp/Makefile | 20 |
3 files changed, 41 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 181873c71d7c..b3cd3769bb96 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -113,6 +113,7 @@ SUBDIR += mupen64plus-gln64 SUBDIR += mupen64plus-input SUBDIR += mupen64plus-rice + SUBDIR += mupen64plus-rsp SUBDIR += nonpareil SUBDIR += o2em SUBDIR += ods2reader 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" diff --git a/emulators/mupen64plus-rsp/Makefile b/emulators/mupen64plus-rsp/Makefile new file mode 100644 index 000000000000..6aba6d22b377 --- /dev/null +++ b/emulators/mupen64plus-rsp/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" |