1 | # $Id: Portfile,v 1.9 2004/12/28 06:54:54 mww Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name py-pmw |
---|
6 | version 1.2 |
---|
7 | categories python |
---|
8 | maintainers erickt@opendarwin.org |
---|
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 Pmw is a toolkit for building high-level compound widgets in Python using the Tkinter module. |
---|
12 | |
---|
13 | homepage http://pmw.sourceforge.net |
---|
14 | master_sites sourceforge:pmw |
---|
15 | distname Pmw.${version} |
---|
16 | checksums md5 75c49c30595217c8d9376c36aa5426aa |
---|
17 | worksrcdir |
---|
18 | |
---|
19 | depends_lib port:python24 port:py-tkinter |
---|
20 | |
---|
21 | configure {} |
---|
22 | build {} |
---|
23 | |
---|
24 | destroot { |
---|
25 | xinstall -m 755 -d ${destroot}${prefix}/lib/python2.4/site-packages |
---|
26 | file copy ${workpath}/Pmw ${destroot}${prefix}/lib/python2.4/site-packages |
---|
27 | } |
---|