From 6f605e3fbf8693247418737d96aacd8762463199 Mon Sep 17 00:00:00 2001 From: acm Date: Tue, 20 May 2008 18:41:08 +0000 Subject: - New port: emulators/mupen64plus-dummyaudio Audio plugin for Mupen64Plus emulator --- emulators/Makefile | 1 + emulators/mupen64plus-dummyaudio/Makefile | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 emulators/mupen64plus-dummyaudio/Makefile (limited to 'emulators') diff --git a/emulators/Makefile b/emulators/Makefile index 8f07602..e26a3e0 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 0000000..9b9e56b --- /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 +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -dummyaudio + +COMMENT= Dummy audio plugin for Mupen64plus + +FIXFILES= # + +PLUGIN_NAME= dummyaudio + +MASTERDIR= ${.CURDIR}/../mupen64plus-base + +OPTIONS= # + +.include "${MASTERDIR}/Makefile" -- cgit v1.1