aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2008-05-20 19:00:26 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2008-05-20 19:00:26 +0000
commitc83b0f98e814aeab74aef40ee4734637066112fe (patch)
tree9a65953e584a6a0dc0bc89ed36bb4985b661cbdd /emulators
parent3575d1bccfbac6a78f640f73906d586fbf42ccc8 (diff)
downloadports-c83b0f98e814aeab74aef40ee4734637066112fe.tar.gz
ports-c83b0f98e814aeab74aef40ee4734637066112fe.zip
- New port: emulators/mupen64plus-rsp
A RSP plugin for Mupen64plus emulator
Notes
Notes: svn path=/head/; revision=213415
Diffstat (limited to 'emulators')
-rw-r--r--emulators/Makefile1
-rw-r--r--emulators/mupen64plus-rsp-hle/Makefile20
-rw-r--r--emulators/mupen64plus-rsp/Makefile20
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"