# -*- 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: Portfile 133489 2015-03-03 05:35:40Z ryandesign@macports.org $ PortSystem 1.0 PortGroup github 1.0 github.setup samtools htslib 1.2.1 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 573b5a4fce05ec485110ab6206ddbc38d55f4798 \ sha256 bddb1372b9215b32e0f21d8394bab859c57cb00324a8dc06775cdac5b4d662b0 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} }