aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/mygui-opengl/Makefile
blob: e3381b67bde391ec07977023ea4f56a7d78beeee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"