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 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name memesuite |
---|
6 | version 5.1.1 |
---|
7 | categories science biology |
---|
8 | platforms darwin linux |
---|
9 | license Noncommercial |
---|
10 | maintainers uw.edu:cegrant uw.edu:wnoble gmail.com:tlawbailey |
---|
11 | description Motif analysis toolkit |
---|
12 | long_description MEME-Suite is a collection of tools for the analysis of \ |
---|
13 | motifs in DNA and proteins. |
---|
14 | homepage http://meme-suite.org |
---|
15 | master_sites http://meme-suite.org/meme-software/macports \ |
---|
16 | http://alternate.meme-suite.org/meme-software/macports |
---|
17 | distfiles meme-5.1.1.tar.gz |
---|
18 | |
---|
19 | worksrcdir meme-${version} |
---|
20 | checksums rmd160 78e5a6b50bc2a7390fcd6b8210551c2dcf0d55e7 \ |
---|
21 | sha256 ad3894f09322f20b40847d2b2b8762d348dd461209e08d2e2858395e8069777c \ |
---|
22 | size 45981474 |
---|
23 | |
---|
24 | depends_lib port:expat \ |
---|
25 | port:ghostscript \ |
---|
26 | port:perl5 \ |
---|
27 | port:p5-file-which \ |
---|
28 | port:p5-html-template \ |
---|
29 | port:p5-html-tree \ |
---|
30 | port:p5-json \ |
---|
31 | port:p5-math-cdf \ |
---|
32 | port:p5-xml-parser \ |
---|
33 | port:p5-xml-simple \ |
---|
34 | port:python27 \ |
---|
35 | port:py27-gnureadline \ |
---|
36 | port:zlib |
---|
37 | |
---|
38 | configure.args --enable-build-libxml2 \ |
---|
39 | --enable-build-libxslt \ |
---|
40 | --with-python=${prefix}/bin/python2.7 \ |
---|
41 | --with-perl=${prefix}/bin/perl5 \ |
---|
42 | --with-gs=${prefix}/bin/gs |
---|
43 | |
---|
44 | use_parallel_build yes |
---|
45 | test.run yes |
---|