# $Id: Portfile,v 1.1 2006/04/14 07:37:27 blb Exp $

PortSystem 1.0

name                py-pmw
version             1.2
categories          python
maintainers         erickt@opendarwin.org
platforms           darwin freebsd
description         Pmw is a toolkit for building high-level compound widgets in Python using the Tkinter module.
long_description    ${description}

homepage            http://pmw.sourceforge.net
master_sites        sourceforge:pmw
distname            Pmw.${version}
checksums           md5 75c49c30595217c8d9376c36aa5426aa
worksrcdir          

depends_lib					port:python24 port:py-tkinter

configure {}
build {}

destroot {
    xinstall -m 755 -d ${destroot}${prefix}/lib/python2.4/site-packages
    file copy ${workpath}/Pmw ${destroot}${prefix}/lib/python2.4/site-packages
}
