# -*- 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 PortGroup github 1.0 github.setup samtools htslib 1.3.2 categories science platforms darwin maintainers ryandesign openmaintainer license MIT BSD description C library for accessing SAM, CRAM, VCF, BCF and other \ file formats used for high-throughput sequencing data long_description HTSlib is an implementation of a unified C library for \ accessing common file formats, such as SAM, CRAM, VCF \ and BCF, used for high-throughput sequencing data. It \ is the core library used by SAMtools and BCFtools. checksums rmd160 4d34fb600b9c687f2390d5b8349c73e7f3442a36 \ sha256 b9b19e6164769449adf8d050f8976f6265dc844f17a11ff2dca5e821385d0347 homepage http://www.htslib.org/ github.tarball_from releases use_bzip2 yes depends_lib port:zlib post-destroot { xinstall -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} \ LICENSE NEWS README \ ${destroot}${prefix}/share/doc/${name} }