mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
d3197732e3
- trim historical headers Approved by: portmgr (miwi)
15 lines
249 B
Makefile
15 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"
|