freebsd-ports/x11-toolkits/mygui-ogre/Makefile
Dmitry Marakasov 24ca34ac96 Split render engine modules into separate ports to allow multiple
render modules installed at the same time without introducing
unneeded dependencies.

PR:		205726
2016-01-16 17:48:12 +00:00

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"