f1f783a225
PR: 236926 Submitted by: hiroo.ono+freebsd@gmail.com
17 lines
303 B
Makefile
17 lines
303 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
PKGNAMESUFFIX= -opengl
|
|
|
|
COMMENT= OpenGL renderer for MyGUI
|
|
|
|
MASTERDIR= ${.CURDIR}/../mygui
|
|
|
|
MYGUI_RENDERSYSTEM= 4
|
|
MYGUI_SUBDIR= Platforms/OpenGL/OpenGLPlatform
|
|
|
|
USES= gl
|
|
USE_GL= gl glu
|
|
|
|
.include "${MASTERDIR}/Makefile"
|