f601faacdc
* New backends: u12 * Updated backends: artec, artec_eplus48u, as6e, avision, canon630u, canon_pp, epson, fujitsu, gphoto2, gt68xx, hp, matsushita, mustek, mustek_pp, mustek_usb, plustek, plustek_pp, sm3600, snapscan, teco1, teco2, u12, umax, umax_pp, v4l. * Added scripts for USB hotplugging (Linux) * Added Danish translation. Updated other translations. * sane-find-scanner knows about more chipsets now. * Portability fixes (especially for MacOS X, NetBSD, OpenBSD, and OS/2). * Build system fixes. * Documentation updates. * Bugfixes. Changes 1.0.13: * New backends: mustek_pp_ccd (for Mustek parport CCD scanners), plustek_pp (for Plustek parport scanners, splitted from the plustek backend). * Updated backends: avision, canon630u, coolscan, epson, fujitsu, gphoto2, gt68xx, hp, hp5400, mustek, mustek_pp, pie, plustek, snapscan, teco2, test, umax, umax_pp. * New internal interface for parport scanners. * Networking (IPv6 + subnet support) fixes + updates. * sane-find-scanner can detect some USB scanner chipsets now. * Better support for threading. * Port to MS Windows (Cygwin). * Portability fixes (especially for FreeBSD, MacOS X, OS/2). * Build system improvements. * Added new (Bulgarian, Czech and Italian) and updated existing translations. * The level of support for scanners is now: unsupported, minimal, basic, good, complete or untested (instead of alpha, beta, stable). * Documentation updates. * Bugfixes.
33 lines
964 B
Text
33 lines
964 B
Text
# $NetBSD: Makefile.common,v 1.14 2004/05/03 12:45:58 adam Exp $
|
|
|
|
CATEGORIES?= graphics
|
|
MASTER_SITES?= ftp://ftp.mostang.com/pub/sane/${DISTNAME}/ \
|
|
ftp://ftp.mostang.com/pub/sane/old-versions/${SANE_VERSION}/ \
|
|
ftp://gd.tuwien.ac.at/hci/sane/${DISTNAME}/ \
|
|
ftp://ftp.informatik.uni-oldenburg.de/pub/sane/old-versions/${DISTNAME}/
|
|
|
|
MAINTAINER?= tech-pkg@NetBSD.org
|
|
HOMEPAGE?= http://www.sane-project.org/
|
|
|
|
SANE_MAJOR?= 1
|
|
SANE_MINOR?= 0
|
|
SANE_MICRO?= 14
|
|
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
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_BUILDLINK3= YES
|
|
USE_GNU_TOOLS+= make
|
|
USE_LIBTOOL= YES
|
|
CONFIGURE_ENV+= ac_cv_path_LATEX="no"
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
# -O to work around a bug with -O2 and egcs.
|
|
.if !empty(MACHINE_PLATFORM:MNetBSD-1.[45]*-*)
|
|
CFLAGS= -O
|
|
.endif
|