blob: 6a086a6a9a366c4b5ef42aa68bbad94f6b872a73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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"
|