pkgsrc/graphics/gphoto/Makefile

20 lines
518 B
Makefile

# $NetBSD: Makefile,v 1.11 2001/02/28 01:35:25 briggs Exp $
DISTNAME= gphoto-0.4.3
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+= imlib>=1.9.8:../../graphics/imlib
USE_X11BASE= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
.include "../../mk/bsd.pkg.mk"