1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 51955 2009-06-07 10:04:10Z arthurk@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python26 1.0 |
---|
6 | |
---|
7 | name py26-pmw |
---|
8 | version 1.3.2 |
---|
9 | maintainers macsforever2000 |
---|
10 | platforms darwin freebsd |
---|
11 | |
---|
12 | description high-level compound widget toolkit |
---|
13 | long_description Pmw is a toolkit for building high-level compound widgets in Python using \ |
---|
14 | the Tkinter module. |
---|
15 | |
---|
16 | homepage http://pmw.sourceforge.net/ |
---|
17 | master_sites sourceforge:pmw |
---|
18 | distname Pmw.${version} |
---|
19 | |
---|
20 | checksums md5 7f30886fe9885ab3cf85dac6ce1fbda5 \ |
---|
21 | sha1 e2d8dd6eed7378acf8723c860107a12d7e808227 \ |
---|
22 | rmd160 ad3fca73405a8c8a7e2ec81096b00665e2937964 |
---|
23 | |
---|
24 | worksrcdir ${distname}/src |
---|