diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2008-05-20 19:03:18 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2008-05-20 19:03:18 +0000 |
commit | 78e0a6f37b6c267c36ae168547d2edd38a107c47 (patch) | |
tree | 9253d1bcf3db7086457e219db5aa25c822f50cfe /emulators | |
parent | 1c5cddb1cb5de502de68092be9f2226d0d38d42b (diff) | |
download | ports-78e0a6f37b6c267c36ae168547d2edd38a107c47.tar.gz ports-78e0a6f37b6c267c36ae168547d2edd38a107c47.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | emulators/mupen64plus-audio-sdl/Makefile | 22 | ||||
-rw-r--r-- | emulators/mupen64plus-sdlaudio/Makefile | 22 |
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" |