24ca34ac96
render modules installed at the same time without introducing unneeded dependencies. PR: 205726
16 lines
315 B
Makefile
16 lines
315 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
PKGNAMESUFFIX= -ogre
|
|
|
|
COMMENT= Ogre3d renderer for MyGUI
|
|
|
|
MASTERDIR= ${.CURDIR}/../mygui
|
|
|
|
LIB_DEPENDS= libOgreMain.so:graphics/ogre3d
|
|
|
|
MYGUI_RENDERSYSTEM= 3
|
|
MYGUI_SUBDIR= Platforms/Ogre/OgrePlatform
|
|
|
|
.include "${MASTERDIR}/Makefile"
|