pkgsrc/graphics/sane-backends/Makefile
rh 056e55e426 Update sane-backends to 1.0.7. Changes include bugfixes, a number of
additional supported scanners, and new backends for Mustek USB scanners.
While at it, split out common "sane" definitions into a Makefile.common
for sane-frontents (and possibly others) to use.
2002-02-10 00:50:41 +00:00

18 lines
425 B
Makefile

# $NetBSD: Makefile,v 1.10 2002/02/10 00:50:41 rh Exp $
.include "Makefile.common"
DISTNAME= sane-backends-${SANE_VERSION}
USE_BUILDLINK_ONLY= YES
GNU_CONFIGURE= YES
USE_GMAKE= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../devel/libusb/buildlink.mk"
.include "../../graphics/jpeg/buildlink.mk"
.include "../../mk/bsd.pkg.mk"
# -O to work around a bug with -O2 and egcs.
CFLAGS+= -O