# $Id: Portfile 71239 2010-09-05 22:38:40Z mmoll@macports.org $

PortSystem 1.0
PortGroup python25 1.0

set realname        MMTK
name                py25-${realname}
version             2.7.2
revision            1
categories          python science
maintainers         mmoll openmaintainer
description         The Molecular Modelling Toolkit is a library for molecular \
					simulations with a focus on biomolecular systems.
long_description    $description
homepage            http://sourcesup.cru.fr/projects/mmtk/
platforms           darwin
distname            ${realname}-${version}
master_sites        http://sourcesup.cru.fr/frs/download.php/3211/
checksums           md5     0e84239a15e668f479ec83be263d0f90 \
                    sha1    4ca595112127e4951ec280523dfc8f2155e5ab0a \
                    rmd160  b77f736f5c7b3856e56345c7369e21019814fc3c
patchfiles          patch-setup.py.diff
depends_build		port:py25-distribute
depends_lib         port:py25-scientific
build.env           CPPFLAGS="-I${prefix}/include -I${prefix}/include/python2.5"

livecheck.type      none

# The strings are multi-line, and hence fail (see r64144). Also, the dev
# version is really the "stable" branch, given the infrequency of updates.

# livecheck.type      regex
# livecheck.url       ${homepage}
# livecheck.regex     "Development Releases</strong>\\s*</td>\\s*<td>\\s*(\[0-9.\]+)"
