mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
16 lines
276 B
Makefile
16 lines
276 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= #
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|