| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | name cdf-to-fits |
|---|
| 5 | version 1.0 |
|---|
| 6 | maintainers doc.aronnax@gmail.com |
|---|
| 7 | categories science |
|---|
| 8 | description CDF to FITS converter |
|---|
| 9 | long_description Tool for converting CDF files to FITS files |
|---|
| 10 | homepage http://cdf.gsfc.nasa.gov/html/dtws.html |
|---|
| 11 | platforms darwin |
|---|
| 12 | master_sites ftp://cdaweb.gsfc.nasa.gov/pub/cdf/conversion_tools/source/ |
|---|
| 13 | distname ${name} |
|---|
| 14 | extract.suffix .tar |
|---|
| 15 | extract.cmd tar |
|---|
| 16 | extract.pre_args -xf |
|---|
| 17 | extract.post_args |
|---|
| 18 | checksums md5 d805504740ec92c40a85b712fe57b168 \ |
|---|
| 19 | sha1 c2a6802b4819f4f39a6f24ecd940c9841e19fa16 \ |
|---|
| 20 | rmd160 091fa81c6bc92a875134e041aa2da6152dfb754b |
|---|
| 21 | depends_lib port:cfitsio \ |
|---|
| 22 | port:cdf |
|---|
| 23 | patchfiles patch-Makefile.in.diff |
|---|
| 24 | configure.args --prefix=${prefix} \ |
|---|
| 25 | --with-cfitsio-prefix=${prefix} \ |
|---|
| 26 | --with-cdf-prefix=${prefix} |
|---|
| 27 | destroot.post_args INSTDIR=${destroot}${prefix}/bin |
|---|