RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/science/gdal/Portfile,v
retrieving revision 1.1
diff -u -r1.1 Portfile
|
|
|
18 | 18 | categories science |
19 | 19 | checksums md5 2183e206affc7bf25e0d33459ccb8572 |
20 | 20 | |
| 21 | variant devel { |
| 22 | configure.args-append --with-libz=yes --with-libtiff=${prefix} --with-geotiff=${prefix} |
| 23 | configure.env LIBS="-L/opt/local/lib" |
| 24 | fetch.type cvs |
| 25 | cvs.root :pserver:anonymous@cvs.remotesensing.org:/cvsroot |
| 26 | cvs.module gdal |
| 27 | cvs.password anonymous |
| 28 | version HEAD |
| 29 | distname ${cvs.module} |
| 30 | build.args LD_SHARED="g++ -dynamiclib -install_name \ |
| 31 | ${prefix}/lib/libgdal.1.1.9.dylib" |
| 32 | patchfiles patch-GDALmake.opt |
| 33 | depends_lib lib:libgeotiff.1:libgeotiff lib:libtiff.3:tiff lib:libproj.0:proj |
| 34 | } |
21 | 35 | configure.args --without-python |
22 | 36 | |
23 | 37 | build.cmd make |