# $Id: Portfile 64763 2010-03-15 16:31:33Z nox@macports.org $

PortSystem      1.0

name            libpano13
version         2.9.14
revision        2
categories      graphics

maintainers     freespace+macforge@gmail.com

description     The cross-platform library behind Panorama Tools

long_description The panorama tools are mainly used to build panoramic images from a set of overlapping images. The usability extends beyond "just" building panoramas by far though. You can, for instance, use them to render an average of multiple images to broaden the dynamic range of the images or average out noise. You can also build object movies with them, morph between images and much more.

homepage        http://panotools.sourceforge.net/
platforms       darwin

master_sites    sourceforge:panotools
checksums           md5     fb011aead63974e630739ed55d75a4b0 \
                    sha1    c6e74acdda64ce7d41abe7d95f291dc59de751a5 \
                    rmd160  bc49c85e8ab11eaeb48898fcf3b9e4ac75c121c4

depends_lib     port:jpeg \
                port:tiff \
                port:libpng \
                port:zlib

configure.args  --with-jpeg=${prefix} \
                --with-tiff=${prefix} \
                --with-png=${prefix} \
                --with-zlib=${prefix} \
                --mandir=${prefix}/share/man
