20 lines
318 B
Makefile
20 lines
318 B
Makefile
# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
PKGNAMESUFFIX= -softgfx
|
|
|
|
COMMENT= Soft gfx plugin for Mupen64
|
|
|
|
USE_SDL= sdl
|
|
|
|
FIXFILES= #
|
|
|
|
PLUGIN_NAME= mupen64_soft_gfx
|
|
|
|
MASTERDIR= ${.CURDIR}/../mupen64-base
|
|
|
|
OPTIONS_SLAVE= GTK2
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|