pkgsrc/graphics/sane-backends/Makefile.common
wiz b3af7000f1 Update to 1.0.20, set LICENSE.
New with 1.0.20, released 2009-05-03:

* New backends: canon_dr (Canon DR-series), coolscan3 (Nikon LS & Coolscan),
  rts8891 (Umax & HP 44xx), xerox_mfp (Samsung/Xerox/Dell MFPs)
* Many backends updated.
* 75 more scanner models supported.
* New build system (thanks Chris and Olaf).
* Avahi support (thanks Julien).
* More network scanners supported
* Epson backend deprecated, use epson2
* Coolscan2 backend deprecated, use coolscan3
* Internal SCSI, USB, threading, TCP & UDP code updates.
* Updated HAL and udev support.
* Improved saned configuration.
* Scanimage updates.
* Updated translations.
* Documentation updates.
* Bugfixes.
2009-08-15 17:53:11 +00:00

30 lines
970 B
Text

# $NetBSD: Makefile.common,v 1.26 2009/08/15 17:53:11 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/
LICENSE= gnu-gpl-v2
SANE_MAJOR?= 1
SANE_MINOR?= 0
SANE_MICRO?= 20
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"