mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
24ca34ac96
render modules installed at the same time without introducing unneeded dependencies. PR: 205726
17 lines
315 B
Makefile
17 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"
|