mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
b760897dde
Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845
17 lines
290 B
Makefile
17 lines
290 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
PKGNAMESUFFIX= -opengl
|
|
|
|
COMMENT= OpenGL renderer for MyGUI
|
|
|
|
MASTERDIR= ${.CURDIR}/../mygui
|
|
|
|
MYGUI_RENDERSYSTEM= 4
|
|
MYGUI_SUBDIR= Platforms/OpenGL/OpenGLPlatform
|
|
|
|
USE_GL= glu
|
|
|
|
.include "${MASTERDIR}/Makefile"
|