Ticket #26994: Portfile

File Portfile, 1.2 KB (added by khinsen (Konrad Hinsen), 13 years ago)

New Portfile that takes into account the new Python package structure (with separate py26-tkinter)

Line 
1# $Id$
2
3PortSystem 1.0
4PortGroup python26 1.0
5
6set realname        nMOLDYN
7name                nmoldyn
8version             3.0.9
9revision            2
10categories          science
11maintainers         fastmail.net:konrad.hinsen openmaintainer
12description         An interactive analysis program for Molecular Dynamics simulations.
13long_description    $description
14homepage            http://dirac.cnrs-orleans.fr/nMOLDYN/
15platforms           darwin
16
17distname            ${realname}-${version}
18master_sites        https://forge.epn-campus.eu/versions/download/72?attachment_id=749
19extract.suffix      .zip
20fetch.ignore_sslcert yes
21checksums           md5     f08813704dd9fbb119a9daf9bd556552 \
22                    sha1    15a59e6914cb696a3508f03a8d83b3a7721c53f9 \
23                    rmd160  557d59f393ab16825ef03e8f98c1c45c3d189464
24
25use_zip             yes
26
27patchfiles          patch-setup.py.diff
28
29depends_build       port:py26-distribute
30depends_lib         port:py26-tkinter \
31                    port:py26-MMTK \
32                    port:py26-pyro \
33                    port:py26-matplotlib
34build.env           CPPFLAGS="-I${prefix}/include -I${prefix}/include/python2.6"
35
36livecheck.type      none