21 lines
361 B
Makefile
21 lines
361 B
Makefile
|
# New ports collection makefile for: mupen64plus-dummyaudio
|
||
|
# Date created: 2008-05-16
|
||
|
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PKGNAMESUFFIX= -dummyaudio
|
||
|
|
||
|
COMMENT= Dummy audio plugin for Mupen64plus
|
||
|
|
||
|
FIXFILES= #
|
||
|
|
||
|
PLUGIN_NAME= dummyaudio
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../mupen64plus-base
|
||
|
|
||
|
OPTIONS= #
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|