1 | PortSystem 1.0 |
---|
2 | name udunits |
---|
3 | version 1.12.4 |
---|
4 | revision 0 |
---|
5 | maintainers takeshi@mac.com |
---|
6 | platforms darwin |
---|
7 | categories science |
---|
8 | |
---|
9 | description Unidata unit conversion libraray |
---|
10 | long_description The Unidata units library supports \ |
---|
11 | conversion of unit specifications between \ |
---|
12 | formatted and binary forms, arithmetic manipulation \ |
---|
13 | of unit specifications, and conversion of values \ |
---|
14 | between compatible scales of measurement. |
---|
15 | |
---|
16 | homepage http://unidata.ucar.edu/packages/udunits/ |
---|
17 | |
---|
18 | master_sites ftp://ftp.unidata.ucar.edu/pub/udunits/ \ |
---|
19 | ftp://www.gfd-dennou.org/arch/netcdf/unidata-mirror/ |
---|
20 | distfiles ${name}.tar.Z |
---|
21 | checksums sha1 ca8d591fd0fa400136be882d13c7c0fcd3ec8404 |
---|
22 | worksrcdir ${distname}/src |
---|
23 | |
---|
24 | configure.env CPPFLAGS="-DNDEBUG -Df2cFortran" \ |
---|
25 | CC=/usr/bin/cc \ |
---|
26 | CFLAGS="-O2 -fno-common" \ |
---|
27 | MANDIR=${prefix}/share/man |
---|
28 | |
---|
29 | destroot.destdir prefix=${destroot}${prefix} \ |
---|
30 | MANDIR=\\\${prefix}/share/man |
---|
31 | post-destroot { |
---|
32 | file delete -force ${destroot}${prefix}/share/man/whatis.db |
---|
33 | } |
---|
34 | |
---|
35 | variant g95 { |
---|
36 | depends_build port:g95 |
---|
37 | configure.env-append FC=${prefix}/bin/g95 \ |
---|
38 | FFLAGS="-O2 -fno-common" |
---|
39 | } |
---|
40 | |
---|