Changeset 82643
- Timestamp:
- 08/17/11 04:12:06 (4 years ago)
- Location:
- trunk/dports/python/py-polygon
- Files:
-
- 1 edited
- 1 moved
-
. (moved) (moved from trunk/dports/python/py26-polygon)
-
Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-polygon/Portfile
r77637 r82643 3 3 4 4 PortSystem 1.0 5 PortGroup python 261.05 PortGroup python 1.0 6 6 7 name py 26-polygon7 name py-polygon 8 8 version 2.0.4 9 revision 1 10 categories-append devel math 11 license LGPL 12 platforms darwin 13 9 14 maintainers stromnov openmaintainer 10 15 … … 17 22 in C and pure Python. 18 23 19 platforms darwin20 21 24 homepage http://polygon.origo.ethz.ch/ 22 25 master_sites http://download.origo.ethz.ch/polygon/2890/ … … 28 31 rmd160 dfb26325998f3e8b44ac36f6ef2c0be30b8d9fd9 29 32 33 python.versions 25 26 27 34 python.default_version 27 35 30 36 variant numpy description {Build with NumPy support} { 31 depends_lib-append port:py 26-numpy37 depends_lib-append port:py${python.version}-numpy 32 38 patchfiles-append patch-setup.py.diff 33 39 } 34 40 35 post-destroot { 36 xinstall -m 644 -W ${worksrcpath}/doc \ 37 Examples.py Polygon.txt testpoly.gpf \ 38 ${destroot}${prefix}/share/doc/${name} 41 if {$subport != $name} { 42 depends_lib-append port:py${python.version}-distribute 43 44 post-destroot { 45 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} 46 xinstall -m 644 -W ${worksrcpath}/doc \ 47 Examples.py Polygon.txt testpoly.gpf \ 48 ${destroot}${prefix}/share/doc/${subport} 49 } 39 50 } 40 51
Note: See TracChangeset
for help on using the changeset viewer.

