aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2008-05-20 18:41:08 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2008-05-20 18:41:08 +0000
commitaca4ae777d85e29e3bd2fbc2a4a99048c9bc68e4 (patch)
treeca4e0a7317c6752e075cbd2009b055616b88790e /emulators
parent2f3c1b4aaa6b797579a02c10acfe633ad986575e (diff)
- New port: emulators/mupen64plus-dummyaudio
Audio plugin for Mupen64Plus emulator
Notes
Notes: svn path=/head/; revision=213404
Diffstat (limited to 'emulators')
-rw-r--r--emulators/Makefile1
-rw-r--r--emulators/mupen64plus-dummyaudio/Makefile20
2 files changed, 21 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile
index 8f07602b32fd..e26a3e0f01dd 100644
--- a/emulators/Makefile
+++ b/emulators/Makefile
@@ -108,6 +108,7 @@
SUBDIR += mupen64-sound
SUBDIR += mupen64-tr64
SUBDIR += mupen64plus-base
+ SUBDIR += mupen64plus-dummyaudio
SUBDIR += nonpareil
SUBDIR += o2em
SUBDIR += ods2reader
diff --git a/emulators/mupen64plus-dummyaudio/Makefile b/emulators/mupen64plus-dummyaudio/Makefile
new file mode 100644
index 000000000000..9b9e56b80bf9
--- /dev/null
+++ b/emulators/mupen64plus-dummyaudio/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: mupen64plus-dummyaudio
+# Date created: 2008-05-16
+# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -dummyaudio
+
+COMMENT= Dummy audio plugin for Mupen64plus
+
+FIXFILES= #
+
+PLUGIN_NAME= dummyaudio
+
+MASTERDIR= ${.CURDIR}/../mupen64plus-base
+
+OPTIONS= #
+
+.include "${MASTERDIR}/Makefile"