2004-03-20 23:19:56 +01:00
|
|
|
# $NetBSD: Makefile,v 1.17 2004/03/20 22:19:56 bouyer Exp $
|
Begining with version 1.0.4 the sane package from http://www.mostang.com/sane/
has been split into two packages: backends and frontends.
We do the same split in pkgsrc and create two new packages.
This is the sane-backends package (based on the old sane package).
Changes since sane 1.0.3:
* New backends: as6e, nec, pie.
* Updated backends: artec (v0.5.15), avision (v0.2.1), epson (v0.1.39),
hp (v0.93), mustek (v1.0-102), mustek_pp (v0.9-devel), plustek (v0.38),
sharp (v0.32), umax (v1.0-21).
* Moved frontends xscanimage and xcam to a new package (sane-frontends).
* Added authentification with encrypted passwords.
* Installation of shared libraries on AIX is supported now.
* Fixed compilation bugs on Irix and FreeBSD.
* Better debug output on platforms not supporting vararg macros.
* Better documentation about SANE devicenames.
* Bugfixes.
2001-02-21 20:53:27 +01:00
|
|
|
|
2002-02-10 01:50:41 +01:00
|
|
|
.include "Makefile.common"
|
2002-11-09 14:43:48 +01:00
|
|
|
COMMENT= API for access to scanners, digitals camera, frame grabbers etc.
|
Begining with version 1.0.4 the sane package from http://www.mostang.com/sane/
has been split into two packages: backends and frontends.
We do the same split in pkgsrc and create two new packages.
This is the sane-backends package (based on the old sane package).
Changes since sane 1.0.3:
* New backends: as6e, nec, pie.
* Updated backends: artec (v0.5.15), avision (v0.2.1), epson (v0.1.39),
hp (v0.93), mustek (v1.0-102), mustek_pp (v0.9-devel), plustek (v0.38),
sharp (v0.32), umax (v1.0-21).
* Moved frontends xscanimage and xcam to a new package (sane-frontends).
* Added authentification with encrypted passwords.
* Installation of shared libraries on AIX is supported now.
* Fixed compilation bugs on Irix and FreeBSD.
* Better debug output on platforms not supporting vararg macros.
* Better documentation about SANE devicenames.
* Bugfixes.
2001-02-21 20:53:27 +01:00
|
|
|
|
2002-02-10 01:50:41 +01:00
|
|
|
DISTNAME= sane-backends-${SANE_VERSION}
|
2003-12-10 18:15:04 +01:00
|
|
|
PKGREVISION= 1
|
Begining with version 1.0.4 the sane package from http://www.mostang.com/sane/
has been split into two packages: backends and frontends.
We do the same split in pkgsrc and create two new packages.
This is the sane-backends package (based on the old sane package).
Changes since sane 1.0.3:
* New backends: as6e, nec, pie.
* Updated backends: artec (v0.5.15), avision (v0.2.1), epson (v0.1.39),
hp (v0.93), mustek (v1.0-102), mustek_pp (v0.9-devel), plustek (v0.38),
sharp (v0.32), umax (v1.0-21).
* Moved frontends xscanimage and xcam to a new package (sane-frontends).
* Added authentification with encrypted passwords.
* Installation of shared libraries on AIX is supported now.
* Fixed compilation bugs on Irix and FreeBSD.
* Better debug output on platforms not supporting vararg macros.
* Better documentation about SANE devicenames.
* Bugfixes.
2001-02-21 20:53:27 +01:00
|
|
|
|
Update sane-backends to 1.0.12. Changes include:
* Documentation updates
* Updated backends: apple, artec_eplus48u, as6e, avision, canon,
canon630u, dc210, dc240, dll, epson,
fujitsu (fi4220), gphoto2, gt68xx, hp,
mustek, mustek_pp, mustek_usb, net, pie,
plustek, snapscan, teco2, test, umax,
umax_pp
* New backends: ibm, ma1509, some versions of hp5400
* Added IPv6 support for saned and net backend
* Added SCSI support for MacOS X
* Build system improvements
* USB access improvements
* Portability fixes
* Translation updates and new translations: nl, no
* Bugfixes
2003-06-29 12:16:44 +02:00
|
|
|
SANE_MICRO= 12
|
|
|
|
|
2004-03-20 23:19:56 +01:00
|
|
|
USE_PKGLOCALEDIR= YES
|
2004-03-20 22:18:41 +01:00
|
|
|
BUILD_USES_MSGFMT= YES
|
|
|
|
|
|
|
|
.if (${OPSYS} == "SunOS")
|
|
|
|
PLIST_SUBST+= NOT_SUNOS="@comment "
|
|
|
|
.else
|
|
|
|
PLIST_SUBST+= NOT_SUNOS=""
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if (${OPSYS} != "SunOS")
|
|
|
|
. include "../../devel/libusb/buildlink2.mk"
|
|
|
|
.endif
|
2002-09-23 00:01:12 +02:00
|
|
|
.include "../../graphics/jpeg/buildlink2.mk"
|
Begining with version 1.0.4 the sane package from http://www.mostang.com/sane/
has been split into two packages: backends and frontends.
We do the same split in pkgsrc and create two new packages.
This is the sane-backends package (based on the old sane package).
Changes since sane 1.0.3:
* New backends: as6e, nec, pie.
* Updated backends: artec (v0.5.15), avision (v0.2.1), epson (v0.1.39),
hp (v0.93), mustek (v1.0-102), mustek_pp (v0.9-devel), plustek (v0.38),
sharp (v0.32), umax (v1.0-21).
* Moved frontends xscanimage and xcam to a new package (sane-frontends).
* Added authentification with encrypted passwords.
* Installation of shared libraries on AIX is supported now.
* Fixed compilation bugs on Irix and FreeBSD.
* Better debug output on platforms not supporting vararg macros.
* Better documentation about SANE devicenames.
* Bugfixes.
2001-02-21 20:53:27 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|