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

