1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name cdf-to-fits |
---|
5 | version 1.0 |
---|
6 | maintainer 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/ |
---|
13 | distfiles cdf-to-fits.tar |
---|
14 | checksums md5 d805504740ec92c40a85b712fe57b168 \ |
---|
15 | sha1 c2a6802b4819f4f39a6f24ecd940c9841e19fa16 |
---|
16 | rmd160 091fa81c6bc92a875134e041aa2da6152dfb754b |
---|
17 | |
---|
18 | depends_lib port:cfitsio |
---|
19 | port:cdf |
---|
20 | |
---|
21 | configure.args --prefix=${prefix} \ |
---|
22 | --with-cfitsio-prefix=${prefix} \ |
---|
23 | --with-cdf-prefix=${prefix} |
---|
24 | |
---|