Changeset 14178 for trunk/dports/graphics
- Timestamp:
- Sep 20, 2005, 8:09:14 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/graphics/Coin/Portfile
r13576 r14178 1 # $Id: Portfile,v 1. 1 2005/08/16 19:09:17 olegbExp $1 # $Id: Portfile,v 1.2 2005/09/20 20:09:14 toby Exp $ 2 2 3 3 PortSystem 1.0 4 4 name Coin 5 version 2.4. 35 version 2.4.4 6 6 description cross platform C++ OpenGL scene graph library 7 7 long_description Coin is a high-level 3D graphics library with a \ … … 15 15 maintainers cssdev@mac.com 16 16 master_sites http://ftp.coin3d.org/coin/src/all/ 17 checksums md5 57c039a55133c5037ebef6759d26f60317 checksums md5 7976fcf2d1154bc8574d75b99bab45ee 18 18 19 19 depends_build lib:libX11.6:XFree86 bin:doxygen:doxygen … … 42 42 post-destroot { 43 43 file rename ${destroot}${prefix}/share/man/man3/threads.3 \ 44 ${destroot}${prefix}/share/man/man3/threads .3coin44 ${destroot}${prefix}/share/man/man3/threads-coin.3 45 45 file rename ${destroot}${prefix}/share/man/man3/manips.3 \ 46 ${destroot}${prefix}/share/man/man3/manips .3coin46 ${destroot}${prefix}/share/man/man3/manips-coin.3 47 47 } 48 48 }
Note: See TracChangeset
for help on using the changeset viewer.