# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name wcstools version 3.9.4 license GPL-2 maintainers aronnax openmaintainer categories science description Programs for manipulating world coordinate systems (WCSs) in FITS images long_description ${description} homepage http://tdc-www.harvard.edu/wcstools/ platforms darwin master_sites http://tdc-www.harvard.edu/software/${name}/ checksums sha256 92aceebb7c4409706bd1d30abe020ab0516a2bf507719e60aede6498ce5e4b7d \ rmd160 0c28945619214b716f36eb4c6a7ebc3a3f68b475 use_configure no build.args-append -f Makefile.osx destroot { eval xinstall [glob ${worksrcpath}/bin/*] ${destroot}${prefix}/bin eval xinstall [glob ${worksrcpath}/man/man1/*] ${destroot}${prefix}/share/man/man1 } livecheck.type regex livecheck.url ${homepage} livecheck.regex {wcstools-([0-9]+(\.[0-9]+)*)}