24ca34ac96
render modules installed at the same time without introducing unneeded dependencies. PR: 205726
16 lines
290 B
Makefile
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"
|