Ticket #21816: Portfile.2

File Portfile.2, 835 bytes (added by doc.aronnax@…, 15 years ago)

The new, new portfile

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