From 196d7f7046a4d6cbf2b747443ff0529aa6a512cd Mon Sep 17 00:00:00 2001 From: garbled Date: Sun, 8 Jul 2001 01:48:38 +0000 Subject: 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. --- graphics/gtkam/Makefile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 graphics/gtkam/Makefile (limited to 'graphics/gtkam/Makefile') 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" -- cgit v1.2.3