pkgsrc/graphics/gphoto/Makefile
reed 6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00

22 lines
564 B
Makefile

# $NetBSD: Makefile,v 1.19 2004/01/03 18:49:43 reed Exp $
DISTNAME= gphoto-0.4.3
PKGREVISION= 6
CATEGORIES= graphics
MASTER_SITES= http://www.gphoto.net/dist/
MAINTAINER= jmcm@cs.cmu.edu
HOMEPAGE= http://www.gphoto.org/
COMMENT= Download and view files from various digital cameras
DEPENDS+= gnome1-dirs>=1.0:../../misc/gnome1-dirs
USE_BUILDLINK2= YES
USE_X11BASE= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
.include "../../graphics/imlib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"