summaryrefslogtreecommitdiff
path: root/graphics/sane-backends/Makefile
diff options
context:
space:
mode:
authorveego <veego@pkgsrc.org>2001-02-21 19:53:27 +0000
committerveego <veego@pkgsrc.org>2001-02-21 19:53:27 +0000
commit7ca0731f3f07334e5152c42fb54ee6e7cf3b66ad (patch)
treeee96646f62fca3ded820a7c9b27630c9c79b6035 /graphics/sane-backends/Makefile
parentfc6aebde7f8ae4b1e4ff107e361661a629723a9c (diff)
downloadpkgsrc-7ca0731f3f07334e5152c42fb54ee6e7cf3b66ad.tar.gz
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.
Diffstat (limited to 'graphics/sane-backends/Makefile')
-rw-r--r--graphics/sane-backends/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile
new file mode 100644
index 00000000000..d7b32b1969f
--- /dev/null
+++ b/graphics/sane-backends/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/02/21 19:53:27 veego Exp $
+# FreeBSD Id: Makefile,v 1.3 1998/04/30 02:38:03 obrien Exp
+#
+
+DISTNAME= sane-backends-1.0.4
+CATEGORIES= graphics
+MASTER_SITES= ftp://ftp.mostang.com/pub/sane/ \
+ ftp://gd.tuwien.ac.at/hci/sane/ \
+ ftp://metalab.unc.edu/pub/Linux/apps/graphics/capture/ \
+ ftp://metalab.unc.edu/pub/Linux/Incoming/ \
+ ftp://ftp.u-aizu.ac.jp/pub/misc/device/scsi/scanner/sane/ \
+ http://gd.tuwien.ac.at/hci/sane/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.mostang.com/sane/
+COMMENT= API for access to scanners, digitals camera, frame grabbers etc
+
+DEPENDS+= jpeg-6b:../../graphics/jpeg
+
+CONFLICTS+= sane<=1.0.3
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+#USE_X11BASE= yes
+USE_LIBTOOL= yes
+LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig
+CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include"
+
+# -O to work around a bug with -O2 and egcs.
+CFLAGS= -O -I${LOCALBASE}/include
+
+.include "../../mk/bsd.pkg.mk"