1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name samtools |
---|
6 | version 0.1.8 |
---|
7 | categories science |
---|
8 | platforms darwin |
---|
9 | maintainers hpimentel \ |
---|
10 | gmail.com:haroldpimentel |
---|
11 | description Tools for alignments in the SAM format |
---|
12 | 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. |
---|
13 | homepage http://samtools.sourceforge.net/ |
---|
14 | master_sites sourceforge |
---|
15 | checksums md5 db9e8d3acbe5dc040ff20a04a1bf1891 \ |
---|
16 | sha1 eb97190db34a9c380fdfa7501af9fc3930a5debc \ |
---|
17 | rmd160 0833fa1819485409fd929307248a5b0483827c08 |
---|
18 | use_bzip2 yes |
---|
19 | depends_lib port:zlib |
---|
20 | use_configure no |
---|
21 | destroot { |
---|
22 | xinstall -m 755 ${worksrcpath}/samtools ${destroot}${prefix}/bin |
---|
23 | xinstall -m 644 ${worksrcpath}/libbam.a ${destroot}${prefix}/lib |
---|
24 | xinstall -d ${destroot}${prefix}/include/bam |
---|
25 | eval xinstall -m 644 [glob ${worksrcpath}/*.h] ${destroot}${prefix}/include/bam |
---|
26 | } |
---|