f6c4ac8eb8
- Switch all ogre3d consumers to ogre3d19 This allows to update ogre3d to the latest version without breaking existing ports. The plans are also to make it possible for both ogre3d versions to coexist. Approved by: oliver (discussed via private email)
16 lines
317 B
Makefile
16 lines
317 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
PKGNAMESUFFIX= -ogre
|
|
|
|
COMMENT= Ogre3d renderer for MyGUI
|
|
|
|
MASTERDIR= ${.CURDIR}/../mygui
|
|
|
|
LIB_DEPENDS= libOgreMain.so:graphics/ogre3d19
|
|
|
|
MYGUI_RENDERSYSTEM= 3
|
|
MYGUI_SUBDIR= Platforms/Ogre/OgrePlatform
|
|
|
|
.include "${MASTERDIR}/Makefile"
|