mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
connect repocopied ogre3d12 and cegui04 to the build
This commit is contained in:
parent
425eba1b16
commit
3311ba0e86
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199754
@ -55,6 +55,7 @@
|
||||
SUBDIR += cbrpager
|
||||
SUBDIR += cbview
|
||||
SUBDIR += cegui
|
||||
SUBDIR += cegui04
|
||||
SUBDIR += cenon
|
||||
SUBDIR += chbg
|
||||
SUBDIR += cimg
|
||||
@ -437,6 +438,7 @@
|
||||
SUBDIR += ocre
|
||||
SUBDIR += oglext
|
||||
SUBDIR += ogre3d
|
||||
SUBDIR += ogre3d12
|
||||
SUBDIR += openclipart
|
||||
SUBDIR += opencv
|
||||
SUBDIR += opendis
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= cegui
|
||||
PORTVERSION= 0.4.1
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= graphics devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR=crayzedsgui
|
||||
@ -18,12 +18,12 @@ COMMENT= A library providing windowing and widgets for graphics APIs
|
||||
|
||||
LIB_DEPENDS= IL.1:${PORTSDIR}/graphics/devil
|
||||
|
||||
LATEST_LINK= cegui04
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}_mk2
|
||||
CONFIGURE_ARGS= --without-xerces-c
|
||||
GNU_CONFIGURE= YES
|
||||
INSTALLS_SHLIB= YES
|
||||
USE_LDCONFIG= YES
|
||||
USE_BZIP2= YES
|
||||
USE_GCC= 3.4
|
||||
USE_GL= YES
|
||||
USE_XLIB= YES
|
||||
USE_GNOME= gnomehack
|
||||
@ -42,6 +42,8 @@ post-patch:
|
||||
${WRKSRC}/src/CEGUIFactoryModule.cpp
|
||||
@${REINPLACE_CMD} -e 's|(linux)|& \|\| defined(__FreeBSD__)|g' \
|
||||
${WRKSRC}/Samples/common/src/CEGuiSample.cpp
|
||||
@${REINPLACE_CMD} -e 's|ILvoid|void|g' \
|
||||
${WRKSRC}/src/renderers/OpenGLGUIRenderer/opengltexture.cpp
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -17,8 +17,9 @@ MAINTAINER= oliver@FreeBSD.org
|
||||
COMMENT= A scene-oriented, flexible 3D engine written in C++
|
||||
|
||||
LIB_DEPENDS= zzip.13:${PORTSDIR}/devel/zziplib \
|
||||
CEGUIBase.0:${PORTSDIR}/graphics/cegui
|
||||
CEGUIBase.0:${PORTSDIR}/graphics/cegui04
|
||||
|
||||
LATEST_LINK= ogre3d12
|
||||
WRKSRC= ${WRKDIR}/ogrenew
|
||||
CONFIGURE_ARGS= --disable-cg --program-transform-name= --enable-static --with-platform=SDL \
|
||||
--with-cppunit-prefix=/nonexistent
|
||||
@ -30,7 +31,6 @@ USE_AUTOTOOLS= libtool:15
|
||||
USE_LDCONFIG= YES
|
||||
USE_BZIP2= YES
|
||||
USE_XLIB= YES
|
||||
USE_GCC= 3.4
|
||||
USE_GNOME= gnomehack
|
||||
USE_GMAKE= YES
|
||||
USE_SDL= sdl
|
||||
|
Loading…
Reference in New Issue
Block a user