blob: 094f8822f068e2eadcbf92a9d47517a1783d81c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $NetBSD: Makefile,v 1.9 2002/08/19 19:18:31 mycroft Exp $
.include "../../graphics/sane-backends/Makefile.common"
DISTNAME= sane-frontends-${SANE_VERSION}
COMMENT= Frontends for access to scanners, digitals camera, frame grabbers etc
DEPENDS+= gimp>=1.0.4:../../graphics/gimp
BUILDLINK_DEPENDS.sane= sane-backends-${SANE_VERSION}
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_X11BASE= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig
# -O to work around a bug with -O2 and egcs.
CFLAGS= -O
# to find gimp includes
CPPFLAGS= -I${LOCALBASE}/include
.include "../../graphics/sane-backends/buildlink.mk"
.include "../../x11/gtk/buildlink.mk"
.include "../../mk/bsd.pkg.mk"
|