Ticket #14413: Portfile

File Portfile, 1.1 KB (added by peter@…, 16 years ago)

Initial portfile for hugin-app

Line 
1# $Id$
2
3PortSystem 1.0
4
5name                    hugin-app
6svn.tag                 2903
7version                 7.0-${svn.tag}
8revision                0
9categories              graphics
10maintainers             p.schmiedeskamp@auckland.ac.nz
11description             Panorama photo stitcher
12long_description        An easy to use cross-platform panoramic imaging toolchain based on Panorama Tools. With hugin you can assemble a mosaic of photographs into a complete immersive panorama, stitch any series of overlapping pictures and much more.
13
14homepage                http://hugin.sourceforge.net
15platforms               darwin
16
17fetch.type              svn
18svn.url                 http://hugin.svn.sourceforge.net/svnroot/hugin/hugin/trunk
19
20worksrcdir              trunk
21
22depends_build           port:cmake \
23                        bin:svn:subversion
24
25depends_lib             port:boost \
26                        port:tiff \
27                        port:jpeg \
28                        port:libpng \
29                        port:wxWidgets \
30                        port:openexr \
31                        port:exiv2 \
32                        port:libpano13
33
34depends_run             port:autopano-sift-c \
35                        port:enblend \
36                        port:p5-image-exiftool
37
38configure.cmd           cmake
39configure.pre_args
40
41patchfiles              patch-src-hugin_base-algorithms-panorama_makefile-PanoramaMakefileExport.cpp
42
43configure.args          -DCMAKE_INSTALL_PREFIX:PATH=${prefix} \
44                        -DHUGIN_SHARED:BOOL=OFF