Ticket #33346: Portfile

File Portfile, 1.2 KB (added by mg13@…, 12 years ago)

exonerate Portfile

Line 
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
4PortSystem          1.0
5
6name                exonerate
7version             2.2.0
8categories          science
9platforms           darwin
10maintainers         sanger.ac.uk:mg13
11license             GPL-3
12
13description         A generic tool for sequence alignment
14
15long_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
20homepage            http://www.ebi.ac.uk/~guy/exonerate/
21master_sites        http://www.ebi.ac.uk/~guy/exonerate/
22
23checksums           rmd160 3441a642c75af8b5676253b020f47650360ba320 \
24                    sha256 0ea2720b1388fa329f889522f43029b416ae311f57b229129a65e779616fe5ff
25
26patchfiles          patch-src-program-Makefile.am.diff \
27                    patch-src-program-Makefile.in.diff
28
29depends_lib         port:glib2
30depends_build       port:pkgconfig
31
32# sadly the code generation & compilation is unreliable unless...
33
34use_parallel_build  no
35
36# EOF