2016-01-16 18:48:12 +01:00
|
|
|
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
2019-04-27 01:39:31 +02:00
|
|
|
PORTREVISION= 1
|
2016-01-16 18:48:12 +01:00
|
|
|
PKGNAMESUFFIX= -ogre
|
|
|
|
|
|
|
|
COMMENT= Ogre3d renderer for MyGUI
|
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../mygui
|
|
|
|
|
2019-04-27 01:39:31 +02:00
|
|
|
LIB_DEPENDS= libOgreMain.so:graphics/ogre3d19
|
2016-01-16 18:48:12 +01:00
|
|
|
|
|
|
|
MYGUI_RENDERSYSTEM= 3
|
|
|
|
MYGUI_SUBDIR= Platforms/Ogre/OgrePlatform
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|