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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup cmake 1.0 |
---|
6 | |
---|
7 | name seqan-apps |
---|
8 | version 1.4.1 |
---|
9 | categories science |
---|
10 | platforms darwin |
---|
11 | universal_variant no |
---|
12 | |
---|
13 | license LGPL-3 |
---|
14 | maintainers fu-berlin.de:david.weese \ |
---|
15 | fu-berlin.de:knut.reinert |
---|
16 | |
---|
17 | description Applications distributed with the SeqAn library |
---|
18 | |
---|
19 | long_description SeqAn applications for the analysis of large sets of sequences, e.g. \ |
---|
20 | read mapping, genome comparison, local alignment, data mining. \ |
---|
21 | If not stated otherwise, the SeqAn applications are licensed under \ |
---|
22 | the GNU Lesser General Public License version 3. |
---|
23 | |
---|
24 | homepage http://www.seqan.de/projects |
---|
25 | |
---|
26 | |
---|
27 | depends_build port:boost port:coinor-liblemon |
---|
28 | depends_lib port:libgcc |
---|
29 | |
---|
30 | master_sites http://packages.seqan.de/seqan-src |
---|
31 | distfiles seqan-src-${version}${extract.suffix} |
---|
32 | distname seqan-${version} |
---|
33 | checksums rmd160 0a9b9e8f669b719f8e72741562c9fed096320987 \ |
---|
34 | sha256 47c4cf698d9879000b7de514a5cb425c18c26c8b8a81e469da23b757f7680a8e |
---|
35 | |
---|
36 | configure.compiler macports-gcc-4.7 |
---|
37 | configure.args -DSEQAN_BUILD_SYSTEM=SEQAN_RELEASE_APPS |
---|