# -*- 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
PortGroup           cmake 1.1

name                seqan-apps
version             2.4.0
revision            3
replaced_by         seqan2-apps

categories          science
platforms           darwin
universal_variant   no

license             BSD LGPL-3 GPL-3
maintainers         fu-berlin.de:rene.rahn

description         Applications distributed with the SeqAn library

long_description    SeqAn applications for the analysis of large sets of sequences, e.g. \
                    read mapping, genome comparison, local alignment, data mining.

homepage            https://www.seqan.de/applications/

livecheck.type      none

pre-configure {
    ui_error "Please do not install this port since it has been replaced by 'seqan2-apps'.\
              Note that the all-in-one application package is not supported any more in seqan3."
    return -code error
}

distfiles
