# -*- 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             1.3.1
# 1 stealth update has occurred, see dist_subdir
categories          science
platforms           darwin

license             BSD
maintainers         fu-berlin.de:david.weese \
                    fu-berlin.de:knut.reinert

description         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. The library is licensed under the \
                    3-clause BSD license except the applications which are GPL.

homepage            http://www.seqan.de


depends_build
depends_lib         port:cmake port:python27

master_sites        http://ftp.seqan.de/releases
use_zip             yes
dist_subdir         ${name}/${version}_1

checksums           rmd160  cf19b391de789ec525d3b1e8164cf76a291beba6 \
                    sha256  87eebe73ace9ada2f4664a768ae212d4acc5fb3ce87702709c3d15bf2d153aeb

configure.dir       ${worksrcpath}/cmake
configure.ccache    no
configure.cmd       cmake
configure.pre_args  -DCMAKE_INSTALL_PREFIX=${prefix} \
                    -DCMAKE_VERBOSE_MAKEFILE=ON \
                    -DCMAKE_BUILD_TYPE=Release \
                    -DPYTHON_EXECUTABLE=${prefix}/bin/python2.7


build.dir           ${worksrcpath}/cmake

