66ac5d4a41
Remove sane-backends-hp3900 option, support is now enabled by default. New with 1.0.19, released 2008-02-10: * New backends: cardscan (Corex Cardscan 800c), epjitsu (Epson-based Fujitsu), epson2 (various Epson scanners), hp3900 (HP ScanJet 3970 and more), hp5590 (HP ScanJet 5590 and more), hpljm1005 (HP LaserJet M1005 and more), hs2p (Ricoh IS400 series) * Updated backends: abaton, agfafocus, apple, artec, artec_eplus48u, as6e, avision, canon, coolscan, coolscan2, dc25, dell1600n_net, dll, epson, fujitsu, genesys, gt68xx, hp3500, ibm, lexmark, microtek, microtek2, mustek, nec, net, pie, pint, pixma, plustek, plustek_pp, ricoh, s9036, sm3600, sm3840, snapscan, sp15c, st400, tamarack, teco2, test, u12, umax, umax1220u, umax_pp * Scanimage detects more chipsets. * Internal scsi, usb, tcp and udp code updates. * Basic HAL .fdi creation support * Build system updates. * Updated translations. * Documentation updates. * Bugfixes.
29 lines
950 B
Text
29 lines
950 B
Text
# $NetBSD: Makefile.common,v 1.25 2008/04/13 21:43:39 wiz Exp $
|
|
|
|
CATEGORIES?= graphics
|
|
MASTER_SITES?= ftp://gd.tuwien.ac.at/hci/sane/${DISTNAME}/ \
|
|
ftp://ftp.informatik.uni-oldenburg.de/pub/sane/${DISTNAME}/ \
|
|
ftp://ftp.sane-project.org/pub/sane/${DISTNAME}/ \
|
|
ftp://ftp2.sane-project.org/pub/sane/${DISTNAME}/ \
|
|
ftp://ftp3.sane-project.org/pub/sane/${DISTNAME}/ \
|
|
ftp://ftp4.sane-project.org/hci/sane/${DISTNAME}/ \
|
|
ftp://ftp5.sane-project.org/pub/sane/${DISTNAME}/
|
|
|
|
MAINTAINER?= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE?= http://www.sane-project.org/
|
|
|
|
SANE_MAJOR?= 1
|
|
SANE_MINOR?= 0
|
|
SANE_MICRO?= 19
|
|
SANE_VERSION= ${SANE_MAJOR}.${SANE_MINOR}.${SANE_MICRO}
|
|
PLIST_SUBST+= SANE_MAJOR=${SANE_MAJOR:Q}
|
|
PLIST_SUBST+= SANE_MINOR=${SANE_MINOR:Q}
|
|
PLIST_SUBST+= SANE_MICRO=${SANE_MICRO:Q}
|
|
PLIST_SUBST+= SANE_VERSION=${SANE_VERSION:Q}
|
|
|
|
CONFLICTS+= sane<=1.0.3
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_TOOLS+= gmake
|
|
USE_LIBTOOL= YES
|
|
CONFIGURE_ENV+= ac_cv_path_LATEX="no"
|