diff options
author | wiz <wiz@pkgsrc.org> | 2005-12-31 00:03:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-12-31 00:03:24 +0000 |
commit | dc95d4c0787866b9cc06883b91bb5d47cf297615 (patch) | |
tree | a2b5bec7232a58badcd820c0cb0ee86b96157f1b /graphics/sane-backends/Makefile | |
parent | 8ecb2ff6bb8ce259d584592ebc3a1529b5738fc3 (diff) | |
download | pkgsrc-dc95d4c0787866b9cc06883b91bb5d47cf297615.tar.gz |
Update to 1.0.17:
New with 1.0.17, released 2005-12-18:
* New backends: hp4200 (HP ScanJet 4200), lexmark (Lexmark X1100 series),
mustek_usb2 (Mustek BearPaw 2448 TA Pro)
* Updated backends: artec_eplus48u, avision, canon, epson, fujitsu, genesys,
gt68xx, microtek2, mustek_pp, plustek, plustek_pp, sm3600, snapscan, umax_pp.
* Hotplug/udev updates.
* scanimage fixes.
* sane-find-scanner finds more chipsets.
* Build system fixes/updates. make now calls makedepend.
* Several fixes in SANE internal functions (sanei).
* Portability fixes (especially for MacOSX, FreeBSD, OpenBSD, OS/2).
* Updated translations.
* Documentation updates.
* Bugfixes.
Diffstat (limited to 'graphics/sane-backends/Makefile')
-rw-r--r-- | graphics/sane-backends/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 3e7e295a35b..59d9cad4408 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2005/12/29 06:21:45 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2005/12/31 00:03:24 wiz Exp $ .include "Makefile.common" COMMENT= API for access to scanners, digitals camera, frame grabbers etc. @@ -11,6 +11,8 @@ USE_PKGLOCALEDIR= YES CONFIGURE_ARGS+= --with-gphoto2=no CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/sane-${SANE_VERSION} +.include "../../mk/bsd.prefs.mk" + .if (${OPSYS} == "SunOS") PLIST_SUBST+= SANE_PINT="@comment " PLIST_SUBST+= SANE_SM3600="@comment " @@ -28,7 +30,8 @@ EGDIR= ${PREFIX}/share/examples/sane artec_eplus48u.conf avision.conf bh.conf canon.conf canon630u.conf \ coolscan.conf coolscan2.conf dc210.conf dc240.conf dc25.conf dll.conf \ dmc.conf epson.conf fujitsu.conf genesys.conf gt68xx.conf hp.conf \ -hp5400.conf ibm.conf leo.conf ma1509.conf matsushita.conf \ +hp4200.conf hp5400.conf ibm.conf leo.conf lexmark.conf \ +ma1509.conf matsushita.conf \ microtek.conf microtek2.conf mustek.conf mustek_usb.conf nec.conf \ net.conf pie.conf plustek.conf plustek_pp.conf ricoh.conf s9036.conf \ saned.conf sceptre.conf sharp.conf sm3840.conf snapscan.conf \ |