b4cce89d62
A graphic plugin for mupen64 emulator
22 lines
360 B
Makefile
22 lines
360 B
Makefile
# New ports collection makefile for: mupen64-softgfx
|
|
# Date created: 2007-10-08
|
|
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -softgfx
|
|
|
|
COMMENT= Soft gfx plugin for Mupen64
|
|
|
|
USE_SDL= sdl
|
|
|
|
FIXFILES= #
|
|
|
|
PLUGIN_NAME= mupen64_soft_gfx
|
|
|
|
MASTERDIR= ${.CURDIR}/../mupen64-base
|
|
|
|
OPTIONS= #
|
|
|
|
.include "${MASTERDIR}/Makefile"
|