Ticket #13695: Portfile

File Portfile, 1.0 KB (added by freespace+macforge@…, 16 years ago)

libpano13

Line 
1# $Id$
2
3PortSystem      1.0
4
5name            libpano13
6version         2.9.12
7categories      graphics
8
9maintainers     freespace+macforge@gmail.com
10
11description     The cross-platform library behind Panorama Tools
12
13long_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.
14
15homepage        http://downloads.sourceforge.net/panotools/
16platforms       darwin
17
18master_sites    http://downloads.sourceforge.net/panotools/
19checksums       md5 3ca4f7bfe5a7b0acd86901d502dee8ca \
20                rmd160 04f491e17c09d86bf99dc1b03810a31bae965527
21
22depends_lib     port:jpeg \
23                port:tiff
24
25configure.args  --prefix=${prefix} \
26                --with-jpeg=${prefix} \
27                --with-tiff=${prefix}