mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
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)
21 lines
329 B
Makefile
21 lines
329 B
Makefile
# New ports collection makefile for: mupen64-dummyaudio
|
|
# Date created: 12.Aug 2004
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -dummyaudio
|
|
|
|
COMMENT= Dummy audio plugin for Mupen64
|
|
|
|
FIXFILES= #
|
|
|
|
PLUGIN_NAME= dummyaudio
|
|
|
|
MASTERDIR= ${.CURDIR}/../mupen64-base
|
|
|
|
OPTIONS= #
|
|
|
|
.include "${MASTERDIR}/Makefile"
|