# $Id: Portfile 57380 2009-09-10 09:03:55Z ryandesign@macports.org $

PortSystem 1.0

name			autopano-sift-c
svn.revision		2903
version			2.4-${svn.revision}
revision		0
categories		graphics
maintainers		auckland.ac.nz:p.schmiedeskamp
description		Detects control points in photos using SIFT algorithm
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.

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

fetch.type		svn
svn.url			http://hugin.svn.sourceforge.net/svnroot/hugin/autopano-sift-C/trunk

worksrcdir		trunk

depends_build		port:cmake

depends_lib		port:libpano13 \
			port:libxml2

configure.cmd		cmake
configure.pre_args

configure.args		-DCMAKE_INSTALL_PREFIX:PATH=${prefix}
