bf98a86fdd
- Install plugins to ${LOCALBASE}/lib/mupen64plus directory. This is default directory used by emulator - Bump PORTREVISION Reported by: David Demelier <demelier.david@ at gmail.com>
20 lines
346 B
Makefile
20 lines
346 B
Makefile
# New ports collection makefile for: mupen64plus-audio-sdl
|
|
# Date created: 2008-05-16
|
|
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 1
|
|
|
|
PKGNAMESUFFIX= -audio-sdl
|
|
|
|
COMMENT= Mupen64plus audio sdl plugin
|
|
|
|
USE_SDL= sdl
|
|
|
|
MASTERDIR= ${.CURDIR}/../mupen64plus-core
|
|
|
|
OPTIONS= #
|
|
|
|
.include "${MASTERDIR}/Makefile"
|