1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name exonerate |
---|
7 | version 2.2.0 |
---|
8 | categories science |
---|
9 | platforms darwin |
---|
10 | maintainers sanger.ac.uk:mg13 |
---|
11 | license GPL-3 |
---|
12 | |
---|
13 | description A generic tool for sequence alignment |
---|
14 | |
---|
15 | long_description Exonerate is a generic tool for pairwise sequence \ |
---|
16 | comparison. It allows you to align sequences using \ |
---|
17 | many alignment models, using either exhaustive \ |
---|
18 | dynamic programming, or a variety of heuristics. |
---|
19 | |
---|
20 | homepage http://www.ebi.ac.uk/~guy/exonerate/ |
---|
21 | master_sites http://www.ebi.ac.uk/~guy/exonerate/ |
---|
22 | |
---|
23 | checksums rmd160 3441a642c75af8b5676253b020f47650360ba320 \ |
---|
24 | sha256 0ea2720b1388fa329f889522f43029b416ae311f57b229129a65e779616fe5ff |
---|
25 | |
---|
26 | patchfiles patch-src-program-Makefile.am.diff \ |
---|
27 | patch-src-program-Makefile.in.diff |
---|
28 | |
---|
29 | depends_lib port:glib2 |
---|
30 | depends_build port:pkgconfig |
---|
31 | |
---|
32 | # sadly the code generation & compilation is unreliable unless... |
---|
33 | |
---|
34 | use_parallel_build no |
---|
35 | |
---|
36 | # EOF |
---|