1 | # $Id: Portfile 20308 2006-11-01 21:23:28Z blair@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name ale |
---|
5 | version 0.8.7 |
---|
6 | |
---|
7 | description antilamenessing engine |
---|
8 | long_description ALE is a free software program that renders \ |
---|
9 | high-fidelity images of real scenes by aligning \ |
---|
10 | and combining many similar images from a camera \ |
---|
11 | or scanner. The correct similarity between images \ |
---|
12 | is roughly that achieved by a somewhat unsteady \ |
---|
13 | hand holding a camera. |
---|
14 | homepage http://auricle.dyndns.org/ALE/ |
---|
15 | platforms darwin |
---|
16 | categories graphics |
---|
17 | maintainers shadow@dementia.org |
---|
18 | master_sites http://auricle.dyndns.org/ALE/download/:ale \ |
---|
19 | http://auricle.dyndns.org/ALE/bugs/:alepatch |
---|
20 | distfiles ale-${version}.tar.gz:ale |
---|
21 | |
---|
22 | extract.only ale-${version}.tar.gz |
---|
23 | worksrcdir ale-${version} |
---|
24 | checksums ale-${version}.tar.gz md5 d9e9aaf7896cfa74e8d75159e1ee2817 |
---|
25 | |
---|
26 | depends_lib lib:Magick:ImageMagick |
---|
27 | |
---|
28 | destroot { |
---|
29 | xinstall -m 755 -d ${destroot}${prefix}/bin |
---|
30 | xinstall -s -m 755 ${worksrcpath}/ale ${destroot}${prefix}/bin/ |
---|
31 | xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} |
---|
32 | xinstall -m 644 -W ${worksrcpath} Changelog COPYING README \ |
---|
33 | ${destroot}${prefix}/share/doc/${name} |
---|
34 | } |
---|