# $Id: Portfile 65908 2010-04-02 22:28:17Z jmr@macports.org $

PortSystem 1.0
PortGroup python26 1.0

set realname        MMTK
name                py26-${realname}
version             2.6.0
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
master_sites        http://sourcesup.cru.fr/frs/download.php/2469/
checksums           md5     225c2379f6ee140e301f7e9603e99093 \
                    sha1    49a20959fd373ce34d1fa652d2d1247fb7ca9b6c \
                    rmd160  c8bb0c6b02039b43f65809df12885fe8c12beeb7
distname            ${realname}-${version}
patchfiles          patch-setup.py.diff
depends_build		port:py26-distribute
depends_lib         port:py26-scientific
build.env           CPPFLAGS="-I${prefix}/include -I${prefix}/include/python2.6"

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