aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2008-05-21 03:03:18 +0800
committeracm <acm@FreeBSD.org>2008-05-21 03:03:18 +0800
commit972b94ebd66d0067b45b29ab81fc4050a40d467b (patch)
tree25003d1164a224b733304fbf9aabe58a65e7a295 /emulators
parent72eaa4ed1060a05286b740ae69f3313c236d6d8f (diff)
downloadfreebsd-ports-gnome-972b94ebd66d0067b45b29ab81fc4050a40d467b.tar.gz
freebsd-ports-gnome-972b94ebd66d0067b45b29ab81fc4050a40d467b.tar.zst
freebsd-ports-gnome-972b94ebd66d0067b45b29ab81fc4050a40d467b.zip
- New port: emulators/mupen64plus-sdlaudio
An audio plugin for Mupen64Plus emulator
Diffstat (limited to 'emulators')
-rw-r--r--emulators/Makefile1
-rw-r--r--emulators/mupen64plus-audio-sdl/Makefile22
-rw-r--r--emulators/mupen64plus-sdlaudio/Makefile22
3 files changed, 45 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile
index b3cd3769bb96..24e8b6acf10f 100644
--- a/emulators/Makefile
+++ b/emulators/Makefile
@@ -114,6 +114,7 @@
SUBDIR += mupen64plus-input
SUBDIR += mupen64plus-rice
SUBDIR += mupen64plus-rsp
+ SUBDIR += mupen64plus-sdlaudio
SUBDIR += nonpareil
SUBDIR += o2em
SUBDIR += ods2reader
diff --git a/emulators/mupen64plus-audio-sdl/Makefile b/emulators/mupen64plus-audio-sdl/Makefile
new file mode 100644
index 000000000000..20b5555ac52e
--- /dev/null
+++ b/emulators/mupen64plus-audio-sdl/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: mupen64plus-sdlaudio
+# Date created: 2008-05-16
+# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -sdlaudio
+
+COMMENT= JttL's SDL audio plugin for Mupen64plus
+
+USE_SDL= sdl
+
+FIXFILES= #
+
+PLUGIN_NAME= jttl_audio
+
+MASTERDIR= ${.CURDIR}/../mupen64plus-base
+
+OPTIONS= #
+
+.include "${MASTERDIR}/Makefile"
diff --git a/emulators/mupen64plus-sdlaudio/Makefile b/emulators/mupen64plus-sdlaudio/Makefile
new file mode 100644
index 000000000000..20b5555ac52e
--- /dev/null
+++ b/emulators/mupen64plus-sdlaudio/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: mupen64plus-sdlaudio
+# Date created: 2008-05-16
+# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -sdlaudio
+
+COMMENT= JttL's SDL audio plugin for Mupen64plus
+
+USE_SDL= sdl
+
+FIXFILES= #
+
+PLUGIN_NAME= jttl_audio
+
+MASTERDIR= ${.CURDIR}/../mupen64plus-base
+
+OPTIONS= #
+
+.include "${MASTERDIR}/Makefile"