Ticket #14740: Portfile

File Portfile, 778 bytes (added by schimaf@…, 16 years ago)
Line 
1# $Id$
2
3PortSystem 1.0
4
5name                py25-pmw
6version             1.3.2
7categories          python
8maintainers         nomaintainer
9platforms           darwin freebsd
10description         Pmw is a toolkit for building high-level compound widgets in Python using the Tkinter module.
11long_description    ${description}
12
13homepage            http://pmw.sourceforge.net
14master_sites        sourceforge:pmw
15distname            Pmw.${version}
16checksums           md5 7f30886fe9885ab3cf85dac6ce1fbda5
17worksrcdir         
18
19depends_lib                                     port:python25 port:py25-tkinter
20
21use_configure       no
22build {}
23
24destroot {
25    xinstall -m 755 -d ${destroot}${prefix}/lib/python2.5/site-packages
26    file copy ${workpath}/Pmw.${version} ${destroot}${prefix}/lib/python2.5/site-packages
27}