1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name py25-pmw |
---|
6 | version 1.3.2 |
---|
7 | categories python |
---|
8 | maintainers nomaintainer |
---|
9 | platforms darwin freebsd |
---|
10 | description Pmw is a toolkit for building high-level compound widgets in Python using the Tkinter module. |
---|
11 | long_description ${description} |
---|
12 | |
---|
13 | homepage http://pmw.sourceforge.net |
---|
14 | master_sites sourceforge:pmw |
---|
15 | distname Pmw.${version} |
---|
16 | checksums md5 7f30886fe9885ab3cf85dac6ce1fbda5 |
---|
17 | worksrcdir |
---|
18 | |
---|
19 | depends_lib port:python25 port:py25-tkinter |
---|
20 | |
---|
21 | use_configure no |
---|
22 | build {} |
---|
23 | |
---|
24 | destroot { |
---|
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 | } |
---|