summaryrefslogtreecommitdiff
path: root/graphics/gtkam/Makefile
diff options
context:
space:
mode:
authorgarbled <garbled>2001-07-08 01:48:38 +0000
committergarbled <garbled>2001-07-08 01:48:38 +0000
commit196d7f7046a4d6cbf2b747443ff0529aa6a512cd (patch)
treea5ef308a363822dfd27ec5c718e2db83167cfdc0 /graphics/gtkam/Makefile
parentb9722cef0fb1d30ae67969a94a1bcbd64c1968fc (diff)
downloadpkgsrc-196d7f7046a4d6cbf2b747443ff0529aa6a512cd.tar.gz
This is a front-end for gphoto2, that allows access via USB/serial/etc to
a variety of cameras. If your camera isn't supported by gphoto, try this applicaion instead.
Diffstat (limited to 'graphics/gtkam/Makefile')
-rw-r--r--graphics/gtkam/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/graphics/gtkam/Makefile b/graphics/gtkam/Makefile
new file mode 100644
index 00000000000..1ec47f11be0
--- /dev/null
+++ b/graphics/gtkam/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/07/08 01:48:38 garbled Exp $
+
+DISTNAME= gtkam-20010707
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+
+MAINTAINER= root@garbled.net
+HOMEPAGE= http://www.gphoto.org/gphoto2/
+COMMENT= Download and view files from various digital cameras
+
+BUILD_USES_MSGFMT= yes
+DEPENDS+= gphoto-2*:../../graphics/gphoto2
+
+USE_X11BASE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --disable-nls
+CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_CONFIG_H -I${WRKSRC}
+
+BUILDLINK_DEPENDS.gdk-pixbuf= gdk-pixbuf>=0.9.0
+
+.include "../../devel/gettext-lib/buildlink.mk"
+.include "../../graphics/gdk-pixbuf/buildlink.mk"
+.include "../../x11/gtk/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"