freebsd-ports/x11-toolkits/mygui-opengl/Makefile
Dmitry Marakasov f1f783a225 - Update to 3.2.3.git20190127
PR:		236926
Submitted by:	hiroo.ono+freebsd@gmail.com
2019-04-26 21:50:10 +00:00

18 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"