18 lines
329 B
Makefile
18 lines
329 B
Makefile
# New ports collection makefile for: mupen64plus-audio-sdl
|
|
# Date created: 2008-05-16
|
|
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -audio-sdl
|
|
|
|
COMMENT= Mupen64plus audio sdl plugin
|
|
|
|
USE_SDL= sdl
|
|
|
|
MASTERDIR= ${.CURDIR}/../mupen64plus-core
|
|
|
|
OPTIONS= #
|
|
|
|
.include "${MASTERDIR}/Makefile"
|