summaryrefslogtreecommitdiff
path: root/graphics/autopano-sift-C/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/autopano-sift-C/Makefile')
-rw-r--r--graphics/autopano-sift-C/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/graphics/autopano-sift-C/Makefile b/graphics/autopano-sift-C/Makefile
new file mode 100644
index 00000000000..9facb244f2d
--- /dev/null
+++ b/graphics/autopano-sift-C/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/08/20 20:24:28 adam Exp $
+
+DISTNAME= autopano-sift-C-2.5.0
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hugin/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://hugin.sourceforge.net/
+COMMENT= SIFT Feature Detection implementation
+
+LICENSE= gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_CMAKE= yes
+USE_LANGUAGES= c c++
+USE_LIBTOOL= yes
+
+.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../graphics/libpano13/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../graphics/tiff/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"