# -*- 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 PortSystem 1.0 PortGroup github 1.0 github.setup astromatic sextractor 2.25.0 name source-extractor categories science platforms darwin maintainers {aronnax @lpsinger} openmaintainer license GPL-3+ description tool to make catalogs of sources from astronomical images long_description Source Extractor is software \ for making catalogs of sources from astronomical images. Multi-Extension \ FITS is now supported. Binary output catalogs are also MEFs. ASCII \ output catalogs contain detections from all extensions merged together. \ Use the "EXT_NUMBER" catalog parameter to identify the extension on which \ a given source was detected. Check-images will also be written as MEFs \ if the input image is a MEF. use_autoreconf yes depends_lib-append port:fftw-3 \ port:fftw-3-single \ port:atlas checksums rmd160 b4eb2bfebdefc1e93f3b1993d2cf5a661192d99d \ sha256 28680961fe01e2903df6ecd1e328b16fceb22626f72ad5fdf6c3de7aed1cefd9 \ size 2300777 patchfiles Rename-CLI-tool-to-source-extractor.patch \ Correct-manpage-name-and-add-a-minimal-ldactoasc-manpage.patch \ Set-executable-name-in-help-message-to-source-extrac.patch patch.pre_args -p1 configure.fc ${prefix}/bin/no-possible-compiler configure.cflags-append {*}${configure.cppflags} configure.args --with-atlas=${prefix}/lib \ --with-atlas-incdir=${prefix}/include \ --with-fftw=${prefix}/lib \ --with-fftw-incdir=${prefix}/include post-destroot { set docdir ${destroot}${prefix}/share/doc xinstall -d ${docdir} copy ${worksrcpath}/doc ${docdir}/${name} xinstall -m 644 -W ${worksrcpath} \ AUTHORS \ COPYRIGHT \ ChangeLog \ BUGS \ HISTORY \ THANKS \ ${docdir}/${name} }