Ticket #14406: Portfile

File Portfile, 858 bytes (added by peter@…, 16 years ago)

Initial portfile for autopano-sift-c

Line 
1# $Id$
2
3PortSystem 1.0
4
5name                    autopano-sift-c
6svn.tag                 2903
7version                 2.4-${svn.tag}
8revision                0
9categories              graphics
10maintainers             p.schmiedeskamp@auckland.ac.nz
11description             Detects control points in photos using SIFT algorithm
12long_description        C-language port of the original autopano-sift (http://www.cs.tu-berlin.de/~nowozin/autopano-sift). This software automatically finds control points in photos.  Useful for stitching photographs, particularly in conjunction with graphics/hugin.
13
14homepage                http://hugin.sourceforge.net
15platforms               darwin
16
17fetch.type              svn
18svn.url                 http://hugin.svn.sourceforge.net/svnroot/hugin/autopano-sift-C/trunk
19
20worksrcdir              trunk
21
22depends_build           port:cmake \
23                        bin:svn:subversion
24
25depends_lib             port:libpano13 \
26                        port:libxml2
27
28configure.cmd           cmake
29configure.pre_args
30
31configure.args          -DCMAKE_INSTALL_PREFIX:PATH=${prefix}