Changeset 80346
- Timestamp:
- 07/10/11 01:25:01 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/science/emos/Portfile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/science/emos/Portfile
r80345 r80346 6 6 name emos 7 7 version 000382 8 revision 1 8 9 platforms darwin 9 10 maintainers takeshi … … 20 21 The Interpolation library (EMOSLIB) includes Interpolation software \ 21 22 and GRIB, BUFR, CREX encoding/decoding routines. 22 23 depends_build port:grib_api24 23 25 24 post-patch { … … 50 49 file copy -force ${worksrcpath}/Makefile.in ${worksrcpath}/Makefile 51 50 reinplace "s:reals:R64:" ${worksrcpath}/Makefile 52 reinplace "s:glue:grib_api_merging:" ${worksrcpath}/Makefile 53 foreach d {gribex pbio bufrdc bufrtables crexdc interpolation fft grib_api_merging} { 51 # skip grib_api_merging (grib_api and emos depend upon each other) 52 reinplace "s:glue::" ${worksrcpath}/Makefile 53 foreach d {gribex pbio bufrdc bufrtables crexdc interpolation fft} { 54 54 file copy -force ${worksrcpath}/${d}/Makefile.in ${worksrcpath}/${d}/Makefile 55 55 reinplace "s:reals:R64:" ${worksrcpath}/${d}/Makefile … … 58 58 reinplace "s:\$(ARCH)\$(CNAME)\$(R64)\$(A64):site:" ${worksrcpath}/${d}/Makefile 59 59 } 60 reinplace "s:I\$(GRIB_API_PATH):I${prefix}:" ${worksrcpath}/grib_api_merging/Makefile61 60 reinplace "s:`cat -s .r64`:R64:" ${worksrcpath}/install 62 61 reinplace "s:`cat -s .emos`:${destroot}${prefix}/lib/${name}:" ${worksrcpath}/install
Note: See TracChangeset
for help on using the changeset viewer.

