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 | |
---|
6 | name libsbml |
---|
7 | version 4.0.1 |
---|
8 | categories science |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | |
---|
12 | description Systems Biology Markup Language library |
---|
13 | |
---|
14 | long_description LibSBML is a free, open-source programming library to \ |
---|
15 | help you read, write, manipulate, translate, and validate \ |
---|
16 | SBML files and data streams. It is not an application \ |
---|
17 | itself (though it does come with example programs), but \ |
---|
18 | rather a library you can embed in your own applications. |
---|
19 | |
---|
20 | homepage http://sbml.org/Software/libSBML |
---|
21 | master_sites sourceforge:sbml |
---|
22 | use_zip yes |
---|
23 | distname ${name}-${version}-src |
---|
24 | worksrcdir ${name}-${version} |
---|
25 | |
---|
26 | checksums sha1 6bb4dff9827f9a893ed90243c346e451c7ab4d24 \ |
---|
27 | rmd160 3787215bfc85f10caf935ec9edbc0d5809264565 |
---|
28 | |
---|
29 | depends_lib port:xercesc \ |
---|
30 | port:expat \ |
---|
31 | port:libxml2 \ |
---|
32 | port:bzip2 \ |
---|
33 | port:swig-python |
---|
34 | |
---|
35 | configure.args --with-python |
---|
36 | |
---|
37 | configure.universal_args-delete --disable-dependency-tracking |
---|
38 | |
---|
39 | use_parallel_build no |
---|