6277ad089d
* Update MASTER_SITES to MASTER_SITE_LOCAL Changelog: New with 1.0.23, released 2012-08-19: * New backends: kvs40xx (Panasonic KV-S40xx), kodakaio (Kodak AiO ESP and Hero) * Significant enhancements to several backends. * 30 new scanner models supported. * V4L support improvements. * Improvements for builds on multiple platforms. * Improved udev rules. * Updated software deskew algorithm. * Documentation updates. * Bugfixes.
26 lines
706 B
Text
26 lines
706 B
Text
# $NetBSD: Makefile.common,v 1.30 2012/12/10 12:06:50 ryoon Exp $
|
|
# used by graphics/sane-frontends/Makefile
|
|
|
|
CATEGORIES?= graphics
|
|
MASTER_SITES?= ${MASTER_SITE_LOCAL}
|
|
# http://alioth.debian.org/frs/?group_id=30186
|
|
|
|
MAINTAINER?= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE?= http://www.sane-project.org/
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
SANE_MAJOR?= 1
|
|
SANE_MINOR?= 0
|
|
SANE_MICRO?= 23
|
|
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"
|