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"
|