1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name autopano-sift-c |
---|
6 | svn.tag 2903 |
---|
7 | version 2.4-${svn.tag} |
---|
8 | revision 0 |
---|
9 | categories graphics |
---|
10 | maintainers p.schmiedeskamp@auckland.ac.nz |
---|
11 | description Detects control points in photos using SIFT algorithm |
---|
12 | long_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 | |
---|
14 | homepage http://hugin.sourceforge.net |
---|
15 | platforms darwin |
---|
16 | |
---|
17 | fetch.type svn |
---|
18 | svn.url http://hugin.svn.sourceforge.net/svnroot/hugin/autopano-sift-C/trunk |
---|
19 | |
---|
20 | worksrcdir trunk |
---|
21 | |
---|
22 | depends_build port:cmake \ |
---|
23 | bin:svn:subversion |
---|
24 | |
---|
25 | depends_lib port:libpano13 \ |
---|
26 | port:libxml2 |
---|
27 | |
---|
28 | configure.cmd cmake |
---|
29 | configure.pre_args |
---|
30 | |
---|
31 | configure.args -DCMAKE_INSTALL_PREFIX:PATH=${prefix} |
---|