aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2008-05-21 02:41:08 +0800
committeracm <acm@FreeBSD.org>2008-05-21 02:41:08 +0800
commit6f605e3fbf8693247418737d96aacd8762463199 (patch)
tree711e57293d64d649260e8fceddc09d3ca6cb5c2c /emulators
parent3a4aed92930a85684afda14986387fac178ca389 (diff)
downloadfreebsd-ports-gnome-6f605e3fbf8693247418737d96aacd8762463199.tar.gz
freebsd-ports-gnome-6f605e3fbf8693247418737d96aacd8762463199.tar.zst
freebsd-ports-gnome-6f605e3fbf8693247418737d96aacd8762463199.zip
- New port: emulators/mupen64plus-dummyaudio
Audio plugin for Mupen64Plus emulator
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"