d3197732e3
- trim historical headers Approved by: portmgr (miwi)
14 lines
249 B
Makefile
14 lines
249 B
Makefile
# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -audio-sdl
|
|
|
|
COMMENT= Mupen64plus audio sdl plugin
|
|
|
|
USE_SDL= sdl
|
|
|
|
MASTERDIR= ${.CURDIR}/../mupen64plus-core
|
|
|
|
OPTIONS_DEFINE= #
|
|
|
|
.include "${MASTERDIR}/Makefile"
|