Changeset 82006
- Timestamp:
- 08/06/11 12:47:48 (4 years ago)
- Location:
- trunk/dports/graphics/ogre
- Files:
-
- 2 added
- 1 edited
-
Portfile (modified) (4 diffs)
-
files/patch-OgreMain_src_OSX_macUtils.cpp.diff (added)
-
files/patch-rpaths.diff (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/graphics/ogre/Portfile
r81828 r82006 7 7 name ogre 8 8 version 1.7.3 9 revision 19 revision 2 10 10 set branch [join [lrange [split ${version} .] 0 1] .] 11 11 license MIT … … 22 22 distname ${name}_src_v[strsed ${version} {g/\./-/}] 23 23 use_bzip2 yes 24 patchfiles patch-Tools_XMLConverter_CMakeLists.txt.diff 24 patchfiles patch-Tools_XMLConverter_CMakeLists.txt.diff \ 25 patch-rpaths.diff \ 26 patch-OgreMain_src_OSX_macUtils.cpp.diff 25 27 depends_lib port:libzzip port:zlib port:freeimage port:freetype \ 26 28 port:boost … … 30 32 configure.args-append -GXcode -DCMAKE_INSTALL_PREFIX=${worksrcpath}/tmp 31 33 34 post-patch { 35 reinplace "s|@@PREFIX@@|${prefix}|g" \ 36 ${worksrcpath}/Components/Paging/CMakeLists.txt \ 37 ${worksrcpath}/Components/Property/CMakeLists.txt \ 38 ${worksrcpath}/Components/RTShaderSystem/CMakeLists.txt \ 39 ${worksrcpath}/Components/Terrain/CMakeLists.txt \ 40 ${worksrcpath}/OgreMain/CMakeLists.txt \ 41 ${worksrcpath}/Plugins/BSPSceneManager/CMakeLists.txt \ 42 ${worksrcpath}/Plugins/CgProgramManager/CMakeLists.txt \ 43 ${worksrcpath}/Plugins/OctreeSceneManager/CMakeLists.txt \ 44 ${worksrcpath}/Plugins/OctreeZone/CMakeLists.txt \ 45 ${worksrcpath}/Plugins/PCZSceneManager/CMakeLists.txt \ 46 ${worksrcpath}/Plugins/ParticleFX/CMakeLists.txt \ 47 ${worksrcpath}/RenderSystems/GL/CMakeLists.txt \ 48 ${worksrcpath}/OgreMain/src/OSX/macUtils.cpp 49 } 32 50 destroot { 33 51 eval xinstall -m 640 [glob ${worksrcpath}/tmp/bin/*] \ … … 40 58 ${destroot}${prefix}/lib 41 59 xinstall -d ${destroot}${prefix}/lib/OGRE 60 xinstall ${worksrcpath}/tmp/lib/RenderSystem_GL.dylib \ 61 ${destroot}${prefix}/lib/OGRE 42 62 eval xinstall -m 640 [glob ${worksrcpath}/tmp/lib/Plugin*] \ 43 63 ${destroot}${prefix}/lib/OGRE
Note: See TracChangeset
for help on using the changeset viewer.

