* New backends: niash. * Updated backends: agfafocus, artec_eplus48u.c, avision, canon, canon_pp, coolscan, dll, epson, fujitsu, gt68xx, hp, hp5400, leo, microtek2, mustek, mustek_pp, net, pie, plustek, plustek_pp, snapscan, sp15c, tamarack, teco2, umax, umax_pp, u12, v4l. * Portability fixes (especially for MacOS X, NetBSD, OS/2, 64 bit platforms). * sane-find-scanner detects more chipsets now. * Added Finnish translation. Updated other translations. * Several saned fixes. * Build system updates. * Documentation updates. * Bugfixes.
23 lines
551 B
Makefile
23 lines
551 B
Makefile
# $NetBSD: Makefile,v 1.21 2004/11/08 10:28:15 adam Exp $
|
|
|
|
.include "Makefile.common"
|
|
COMMENT= API for access to scanners, digitals camera, frame grabbers etc.
|
|
|
|
DISTNAME= sane-backends-${SANE_VERSION}
|
|
|
|
BUILD_USES_MSGFMT= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
|
|
CONFIGURE_ARGS+= --with-gphoto2=no
|
|
|
|
.if (${OPSYS} == "SunOS")
|
|
PLIST_SUBST+= NOT_SUNOS="@comment "
|
|
.else
|
|
PLIST_SUBST+= NOT_SUNOS=""
|
|
.endif
|
|
|
|
.if (${OPSYS} != "SunOS")
|
|
. include "../../devel/libusb/buildlink3.mk"
|
|
.endif
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|