1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/x11-toolkits/mygui/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

32 lines
871 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= mygui
PORTVERSION= 3.2.1.svn20140422
PORTREVISION= 1
CATEGORIES= x11-toolkits graphics devel
MASTER_SITES= http://mirror.amdmi3.ru/distfiles/
# 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
USES= cmake pkgconfig zip dos2unix compiler:c++11-lib
CMAKE_ARGS= -DMYGUI_BUILD_DEMOS=OFF -DMYGUI_BUILD_DOCS=OFF
USE_LDCONFIG= yes
DOS2UNIX_GLOB= *.cpp *.h *.cmake
USE_CXXSTD= c++11
CXXFLAGS+= -fPIC
post-patch:
@${REINPLACE_CMD} -e '/install/ s|lib/pkgconfig|libdata/pkgconfig|' \
${WRKSRC}/CMake/ConfigureBuild.cmake
.include <bsd.port.mk>