# Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= mygui PORTVERSION= 3.2.0 PORTREVISION= 2 CATEGORIES= x11-toolkits graphics devel MASTER_SITES= SF/my-gui/MyGUI/MyGUI_${PORTVERSION} DISTNAME= MyGUI_${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Fast, simple and flexible GUI system for Ogre engine LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libOgreMain.so:${PORTSDIR}/graphics/ogre3d \ libOIS.so:${PORTSDIR}/devel/ois BROKEN= Does not compile with graphics/ogre3d 1.9.0 USES= cmake pkgconfig zip CMAKE_ARGS= -DMYGUI_BUILD_DEMOS=OFF -DMYGUI_BUILD_DOCS=OFF USE_LDCONFIG= yes USE_GCC= yes USE_DOS2UNIX= *.cpp *.h post-patch: @${REINPLACE_CMD} -e '/install/ s|lib/pkgconfig|libdata/pkgconfig|' \ ${WRKSRC}/CMake/ConfigureBuild.cmake .include