c83b0f98e8
A RSP plugin for Mupen64plus emulator
20 lines
351 B
Makefile
20 lines
351 B
Makefile
# New ports collection makefile for: mupen64plus-rsp
|
|
# Date created: 2008-05-16
|
|
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -rsp
|
|
|
|
COMMENT= RSP plugin for Mupen64plus
|
|
|
|
FIXFILES= #
|
|
|
|
PLUGIN_NAME= mupen64_hle_rsp_azimer
|
|
|
|
MASTERDIR= ${.CURDIR}/../mupen64plus-base
|
|
|
|
OPTIONS= #
|
|
|
|
.include "${MASTERDIR}/Makefile"
|