fb3f49d741
- Remove a lot of obsolete patch files - Clean up all emulators/mupen64* ports - Add new way to build mupen64 emulator and all plugins - Pass maintainership to me Approved by: tlp (maintainer via irc)
20 lines
319 B
Makefile
20 lines
319 B
Makefile
# New ports collection makefile for: mupen64-rsp
|
|
# Date created: 10.Aug 2004
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -rsp
|
|
|
|
COMMENT= RSP plugin for Mupen64
|
|
|
|
FIXFILES= #
|
|
|
|
PLUGIN_NAME= mupen64_hle_rsp_azimer
|
|
|
|
MASTERDIR= ${.CURDIR}/../mupen64-base
|
|
|
|
OPTIONS= #
|
|
|
|
.include "${MASTERDIR}/Makefile"
|