blob: b433e8e080cb8b22e01bd62ec70a90b3f9f6c1b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
PORTREVISION= 0
PKGNAMESUFFIX= -video-rice
COMMENT= The rice graphics plugin for Mupen64plus
USE_GL= yes
MASTERDIR= ${.CURDIR}/../mupen64plus-core
OPTIONS_DEFINE= #
.include "${MASTERDIR}/Makefile"
|