Last change
on this file since 11935 was
11935,
checked in by jberry, 15 years ago
|
Migrate lib:XXX:portname dependency syntax to new port:portname syntax.
|
-
Property svn:eol-style set to
native
|
File size:
1.0 KB
|
Line | |
---|
1 | # $Id: Portfile,v 1.4 2005/04/21 15:58:14 jberry Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python24 1.0 |
---|
5 | |
---|
6 | name py-pedal |
---|
7 | version 2.0.0a7 |
---|
8 | categories python |
---|
9 | platforms darwin |
---|
10 | maintainers mww@opendarwin.org |
---|
11 | description python module for pedigree analysis |
---|
12 | long_description PyPedal is a Python language application for pedigree \ |
---|
13 | analysis. |
---|
14 | |
---|
15 | homepage http://pypedal.sourceforge.net/ |
---|
16 | master_sites sourceforge:pypedal |
---|
17 | distname PyPedal-${version} |
---|
18 | checksums md5 6a5ef43c090c883f7719b8e73444b663 |
---|
19 | |
---|
20 | depends_lib-append port:py-numeric |
---|
21 | |
---|
22 | post-destroot { |
---|
23 | xinstall -m 644 -W ${worksrcpath}/PyPedal/doc/pypedal about.html \ |
---|
24 | contents.html front.html genindex.html index.html \ |
---|
25 | module-pypedal.html node1.html node10.html node11.html \ |
---|
26 | node12.html node13.html node14.html node15.html node16.html \ |
---|
27 | node17.html node18.html node19.html node20.html node21.html \ |
---|
28 | node22.html node23.html node24.html node25.html node26.html \ |
---|
29 | node27.html node28.html node3.html node4.html node7.html \ |
---|
30 | node8.html node9.html pypedal.html \ |
---|
31 | ${destroot}${prefix}/share/doc/${name} |
---|
32 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.