mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
78e0a6f37b
An audio plugin for Mupen64Plus emulator
23 lines
376 B
Makefile
23 lines
376 B
Makefile
# 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"
|