# -*- 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: Portfile 81907 2011-08-06 13:55:30Z jmr@macports.org $

PortSystem          1.0

name                EMBOSS
version             6.3.1
categories          science
platforms           darwin
maintainers         gmail.com:mike.thon

description         Molecular Biology software analysis package

long_description    EMBOSS is a free Open Source software analysis package \
                    specially developed for the needs of the molecular biology user \
                    community. The software automatically copes with data \
                    in a variety of formats and even allows transparent \
                    retrieval of sequence data from the web.

homepage            http://emboss.sourceforge.net

master_sites        ftp://emboss.open-bio.org/pub/EMBOSS/ \
                    ftp://emboss.open-bio.org/pub/EMBOSS/old/${version}/ \
                    gentoo

checksums           sha1    efb2e9c1c9b038432ce6bd81ee4692d5f1dc2f72 \
                    rmd160  5c1e7b82e50a183d6ccb323f6a619f10efb0da1a

depends_lib         port:xorg-libX11 \
                    port:jpeg \
                    port:libiconv \
                    port:expat \
                    port:freetype \
                    port:gd2 \
                    port:libpng

configure.args      --includedir=${prefix}/include/emboss

livecheck.type      regex
livecheck.url       [lindex ${master_sites} 0]
livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}
