Ticket #42742: Portfile-gmt5.diff
File Portfile-gmt5.diff, 2.0 KB (added by florian@…, 11 years ago) |
---|
-
science/gmt5/Portfile
5 5 PortGroup cmake 1.0 6 6 7 7 name gmt5 8 version 5.1.0 9 revision 1 8 version 5.1.1 10 9 categories science 11 10 platforms darwin 12 11 maintainers eprofs.de:florian \ … … 19 18 plots via contour maps to artificially illuminated surfaces \ 20 19 and 3D perspective views. 21 20 22 conflicts gmt23 21 homepage http://gmt.soest.hawaii.edu/ 24 22 master_sites ftp://ftp.soest.hawaii.edu/gmt \ 25 23 ftp://ibis.grdl.noaa.gov/pub/gmt \ … … 32 30 use_bzip2 yes 33 31 distname gmt-${version} 34 32 distfiles ${distname}-src${extract.suffix} 35 checksums md5 da741319c883a3dbaf27ec7eaf66c166\36 sha1 3a68ac1ea273070822cc7f993a57983ec3da9b7f \37 rmd160 8c00d9eda5e0f9f2723caad0887df0b9e88a1f2633 checksums md5 7995b9099c0927a60becfaa38e61685c \ 34 sha1 ff64936dfdec8a57a89d29f505f27e435169d33f \ 35 rmd160 969d6393942864cb73be78f2594645458b28a9b8 38 36 39 37 depends_lib port:dcw-gmt \ 40 38 port:ghostscript \ … … 60 58 } 61 59 62 60 configure.cflags-append -fstrict-aliasing 63 configure.args-append -DDCW_ROOT=${prefix} \64 -DGSHHG_ROOT=${prefix} \61 configure.args-append -DDCW_ROOT=${prefix}/share/gmt/dcw \ 62 -DGSHHG_ROOT=${prefix}/share/gmt/gshhg \ 65 63 -DNETCDF_ROOT=${prefix} \ 66 64 -DFFTW3_ROOT=off \ 67 65 -DGDAL_ROOT=off \ 68 66 -DPCRE_ROOT=off \ 69 -DFLOCK=on \70 67 -DGMT_INSTALL_MODULE_LINKS=off \ 71 68 -DGMT_INSTALL_TRADITIONAL_FOLDERNAMES=off \ 72 69 -DLICENSE_RESTRICTED=GPL