Ticket #26238: Portfile

File Portfile, 1.4 KB (added by ryandesign (Ryan Carsten Schmidt), 14 years ago)

revised portfile suggestion

Line 
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
4PortSystem          1.0
5
6name                libsbml
7version             4.0.1
8categories          science
9platforms           darwin
10maintainers         nomaintainer
11
12description         Systems Biology Markup Language library
13
14long_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
20homepage            http://sbml.org/Software/libSBML
21master_sites        sourceforge:sbml
22use_zip             yes
23distname            ${name}-${version}-src
24worksrcdir          ${name}-${version}
25
26checksums           sha1    6bb4dff9827f9a893ed90243c346e451c7ab4d24 \
27                    rmd160  3787215bfc85f10caf935ec9edbc0d5809264565
28
29depends_lib         port:xercesc \
30                    port:expat \
31                    port:libxml2 \
32                    port:bzip2 \
33                    port:swig-python
34
35configure.args      --with-python
36
37configure.universal_args-delete --disable-dependency-tracking
38
39use_parallel_build  no