aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"