# -*- 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
# $Id: Portfile 91696 2012-04-08 08:30:02Z ryandesign@macports.org $

PortSystem          1.0

name                ale
version             0.8.7
categories          graphics
platforms           darwin
maintainers         nomaintainer
license             GPL-2+

description         antilamenessing engine

long_description    ALE is a free software program that renders high-fidelity \
                    images of real scenes by aligning and combining many \
                    similar images from a camera or scanner. The correct \
                    similarity between images is roughly that achieved by a \
                    somewhat unsteady hand holding a camera.

homepage            http://auricle.dyndns.org/ALE/
master_sites        ${homepage}download

checksums           md5     d9e9aaf7896cfa74e8d75159e1ee2817

depends_build       port:pkgconfig

depends_lib         port:ImageMagick

destroot {
    xinstall -s -m 755 ${worksrcpath}/ale ${destroot}${prefix}/bin/
    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
    xinstall -m 644 -W ${worksrcpath} ChangeLog COPYING README \
        ${destroot}${prefix}/share/doc/${name}
}
