c67f10d9ea
PR: 190081 Submitted by: Matthieu Volat Tweaks by: marino
14 lines
262 B
Makefile
14 lines
262 B
Makefile
# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -video-rice
|
|
|
|
COMMENT= The rice graphics plugin for Mupen64plus
|
|
|
|
USE_GL= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../mupen64plus-core
|
|
|
|
OPTIONS_DEFINE= #
|
|
|
|
.include "${MASTERDIR}/Makefile"
|