freebsd-ports/x11-toolkits/mygui-opengl/Makefile
Dmitry Marakasov 24ca34ac96 Split render engine modules into separate ports to allow multiple
render modules installed at the same time without introducing
unneeded dependencies.

PR:		205726
2016-01-16 17:48:12 +00:00

16 lines
290 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
USE_GL= glu
.include "${MASTERDIR}/Makefile"