blob: a335e29b6e427e50b44dec767ad595cb6012e4c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.24 2006/02/05 23:09:32 joerg Exp $
DISTNAME= gphoto-0.4.3
PKGREVISION= 8
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
USE_DIRS+= gnome1-1.0
USE_X11BASE= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE= yes
.include "../../graphics/imlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|