# -*- 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 PortGroup legacysupport 1.1 # strnlen legacysupport.newest_darwin_requires_legacy 10 github.setup samtools samtools 1.20 revision 0 checksums rmd160 6c5e1359bdaef171255be4733a1a755d1a120e98 \ sha256 c71be865e241613c2ca99679c074f1a0daeb55288af577db945bdabe3eb2cf10 \ size 9179938 categories science maintainers {ryandesign @ryandesign} openmaintainer license MIT description Tools for alignments in the SAM format long_description SAM (Sequence Alignment/Map) Tools provide various \ utilities for manipulating alignments in the SAM \ format, including sorting, merging, indexing and \ generating alignments in a per-position format. homepage https://www.htslib.org github.tarball_from releases use_bzip2 yes depends_lib port:htslib \ port:ncurses \ port:zlib configure.args --with-htslib=system post-destroot { xinstall -d ${destroot}${prefix}/share/doc/${name} xinstall -m 0644 -W ${worksrcpath} \ AUTHORS LICENSE NEWS.md README \ ${destroot}${prefix}/share/doc/${name} } test.run yes test.target check