# -*- 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 bcftools 1.3.1 categories science platforms darwin maintainers ryandesign openmaintainer license {MIT GPL-3} description utilities for variant calling and manipulating VCF and \ BCF files long_description BCFtools implements utilities for variant calling (in \ conjunction with SAMtools) and manipulating VCF and \ BCF files. The program is intended to replace the \ Perl-based tools from vcftools. checksums rmd160 1c68d440324d94208729eb3fc0d0663d53360829 \ sha256 12c37a4054cbf1980223e2b3a80a7fdb3fd850324a4ba6832e38fdba91f1b924 homepage http://www.htslib.org/ github.tarball_from releases use_bzip2 yes depends_lib port:zlib use_configure no variant universal {} build.args CC="${configure.cc} [get_canonical_archflags cc]" destroot.args-append prefix=${prefix} post-destroot { xinstall -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} \ AUTHORS LICENSE README \ ${destroot}${prefix}/share/doc/${name} }