diff options
author | rh <rh@pkgsrc.org> | 2002-02-10 00:50:41 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-02-10 00:50:41 +0000 |
commit | 056e55e4263d1c9657e103b6bb35d07156706c0d (patch) | |
tree | c5e0e5de49b1132e2ba68627a45923dcf78a32ce /graphics/sane-backends/Makefile.common | |
parent | 6fd0d66eab9e776fe331d2558ec2cb8abb64ec29 (diff) | |
download | pkgsrc-056e55e4263d1c9657e103b6bb35d07156706c0d.tar.gz |
Update sane-backends to 1.0.7. Changes include bugfixes, a number of
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.
Diffstat (limited to 'graphics/sane-backends/Makefile.common')
-rw-r--r-- | graphics/sane-backends/Makefile.common | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/sane-backends/Makefile.common b/graphics/sane-backends/Makefile.common new file mode 100644 index 00000000000..9c35585bf76 --- /dev/null +++ b/graphics/sane-backends/Makefile.common @@ -0,0 +1,22 @@ +# $NetBSD: Makefile.common,v 1.1 2002/02/10 00:50:42 rh Exp $ + +CATEGORIES?= graphics +MASTER_SITES?= ftp://ftp.mostang.com/pub/sane/sane-${SANE_VERSION}/ \ + ftp://ftp.mostang.com/pub/sane/old-versions/sane-${SANE_VERSION}/ \ + ftp://gd.tuwien.ac.at/hci/sane/sane-${SANE_VERSION}/ \ + ftp://ftp.informatik.uni-oldenburg.de/pub/sane/sane-${SANE_VERSION}/ + +MAINTAINER?= packages@netbsd.org +HOMEPAGE?= http://www.mostang.com/sane/ +COMMENT?= API for access to scanners, digitals camera, frame grabbers etc. + +SANE_MAJOR= 1 +SANE_MINOR= 0 +SANE_MICRO= 7 +SANE_VERSION= ${SANE_MAJOR}.${SANE_MINOR}.${SANE_MICRO} +PLIST_SUBST+= SANE_MAJOR=${SANE_MAJOR} +PLIST_SUBST+= SANE_MINOR=${SANE_MINOR} +PLIST_SUBST+= SANE_MICRO=${SANE_MICRO} +PLIST_SUBST+= SANE_VERSION=${SANE_VERSION} + +CONFLICTS+= sane<=1.0.3 |