# -*- 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$ PortSystem 1.0 name seqan version 2.1.1 categories science platforms darwin supported_archs noarch license BSD maintainers fu-berlin.de:rene.rahn description SeqAn - The C++ Sequence Analysis Library long_description SeqAn is an open source C++ library of efficient algorithms \ and data structures for the analysis of sequences with the \ focus on biological data. homepage http://www.seqan.de master_sites http://packages.seqan.de/${name}-library use_xz yes distname ${name}-library-${version} checksums rmd160 d0e45899d8ecb61c90ce592254db9660f6ab420e \ sha256 8926f91fec5ce57e8efc70ac16cbf041bde0e0be463685b86e0d2e1e6a8169d7 use_configure no build {} destroot { file copy ${worksrcpath}/include/seqan ${destroot}${prefix}/include file copy ${worksrcpath}/share/doc/seqan ${destroot}${prefix}/share/doc } livecheck.type regex livecheck.url http://packages.seqan.de/ livecheck.regex ${name}-library-(\[0-9.\]+)${extract.suffix}