056e55e426
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.
18 lines
425 B
Makefile
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
|