RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/graphics/vtk/Portfile,v
retrieving revision 1.9
diff -u -r1.9 Portfile
|
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | name VTK |
5 | 5 | version 4.2.6 |
6 | | revision 1 |
| 6 | revision 2 |
7 | 7 | categories graphics |
8 | 8 | maintainers cssdev@mac.com |
9 | 9 | description 3D visualization toolkit |
… |
… |
|
15 | 15 | |
16 | 16 | homepage http://www.vtk.org/ |
17 | 17 | platforms darwin freebsd |
18 | | master_sites sourceforge:vtk |
| 18 | # 2006-04-03: Disable sourceforge fetching until BUG #7484 is fixed. |
| 19 | # master_sites sourceforge:vtk |
| 20 | # distfiles ${name}-4.2-LatestRelease${extract.suffix} |
| 21 | master_sites http://www.vtk.org/files/release/4.2/moved_to_sourceforge/ |
| 22 | distfiles ${name}-${version}${extract.suffix} |
19 | 23 | checksums md5 41382fb3f8d15e76d7464c11045ee7a5 |
| 24 | distname ${name} |
20 | 25 | |
21 | 26 | depends_build bin:cmake:cmake |
22 | | distfiles ${name}-4.2-LatestRelease${extract.suffix} |
23 | | distname ${name} |
24 | 27 | |
25 | 28 | post-extract { |
26 | 29 | set fl [open "| grep VTK_BUILD_VERSION ${worksrcpath}/CMakeLists.txt | grep 6"] |
… |
… |
|
68 | 71 | -D OPENGL_gl_LIBRARY:FILEPATH=/usr/X11R6/lib/libGL.dylib \ |
69 | 72 | -D OPENGL_glu_LIBRARY:FILEPATH=/usr/X11R6/lib/libGLU.dylib |
70 | 73 | } |
71 | | |
72 | | |