summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-11 14:19:51 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-11 14:19:51 +0000
commit628f1929e2a7a03e58e2199893d1fe3d9d642d3a (patch)
tree05bd968e20e9adc5ac1860b54eb3df3f1eece4ac /graphics
parent- Support staging (diff)
- Support staging
- Convert USE_BZIP2 to USES - Use new LIB_DEPENDS syntax Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=353695
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ogre3d/Makefile16
1 files changed, 6 insertions, 10 deletions
diff --git a/graphics/ogre3d/Makefile b/graphics/ogre3d/Makefile
index 2891e75c6c27..a0251bc08fa4 100644
--- a/graphics/ogre3d/Makefile
+++ b/graphics/ogre3d/Makefile
@@ -12,19 +12,17 @@ WRKSRC= ${WRKDIR}/sinbad-ogre-dd30349ea667
MAINTAINER= oliver@FreeBSD.org
COMMENT= A scene-oriented, flexible 3D engine written in C++
-LIB_DEPENDS= zzip.13:${PORTSDIR}/devel/zziplib \
+LIB_DEPENDS= libzzip.so:${PORTSDIR}/devel/zziplib \
libfreetype.so:${PORTSDIR}/print/freetype2 \
- freeimage.3:${PORTSDIR}/graphics/freeimage
+ libfreeimage.so:${PORTSDIR}/graphics/freeimage
OPTIONS_DEFINE= BOOST
-USE_LDCONFIG= YES
-USE_BZIP2= YES
-USES= cmake pkgconfig compiler:c++11-lib
+USE_LDCONFIG= yes
+USES= tar:bzip2 cmake pkgconfig compiler:c++11-lib
USE_SDL= sdl
USE_XORG= xaw xrandr
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MBOOST}
@@ -60,11 +58,9 @@ post-patch:
${WRKSRC}/OgreMain/include/OgrePlatform.h
post-install:
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for docfile in README COPYING AUTHORS
- @${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/${docfile} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>