# -*- 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

PortSystem          1.0

name                exonerate
version             2.2.0
categories          science
platforms           darwin
maintainers         sanger.ac.uk:mg13
license             GPL-3

description         A generic tool for sequence alignment

long_description    Exonerate is a generic tool for pairwise sequence \
                    comparison. It allows you to align sequences using \
                    many alignment models, using either exhaustive \
                    dynamic programming, or a variety of heuristics.

homepage            http://www.ebi.ac.uk/~guy/exonerate/
master_sites        ${homepage}

checksums           rmd160 3441a642c75af8b5676253b020f47650360ba320 \
                    sha256 0ea2720b1388fa329f889522f43029b416ae311f57b229129a65e779616fe5ff

patchfiles          patch-src-program-Makefile.am.diff \
                    patch-src-program-Makefile.in.diff

depends_build       port:pkgconfig

depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2

# sadly the code generation & compilation is unreliable unless...

use_parallel_build  no