summaryrefslogtreecommitdiff
path: root/graphics/sane-frontends/Makefile
diff options
context:
space:
mode:
authorrh <rh>2002-02-10 00:52:18 +0000
committerrh <rh>2002-02-10 00:52:18 +0000
commit2f35e20e047fa2d7dc321ecbeb7ea103d673fb66 (patch)
tree79b7b998e6af51d72503aeab3f27db05ed84d2e3 /graphics/sane-frontends/Makefile
parentabf340eb58500966922da2c3d99e762887914d05 (diff)
downloadpkgsrc-2f35e20e047fa2d7dc321ecbeb7ea103d673fb66.tar.gz
Update sane-frontends to 1.0.7. Changes include bugfixes and a new
automatic document feeder (ADF) frontend. While at it, use sane-backends/buildlink.mk instead of manual dependency and pull in common definitions from sane-backends/Makefile.common
Diffstat (limited to 'graphics/sane-frontends/Makefile')
-rw-r--r--graphics/sane-frontends/Makefile18
1 files changed, 6 insertions, 12 deletions
diff --git a/graphics/sane-frontends/Makefile b/graphics/sane-frontends/Makefile
index b7f9114d5c9..996467f180f 100644
--- a/graphics/sane-frontends/Makefile
+++ b/graphics/sane-frontends/Makefile
@@ -1,20 +1,13 @@
-# $NetBSD: Makefile,v 1.6 2001/10/16 13:23:56 tron Exp $
+# $NetBSD: Makefile,v 1.7 2002/02/10 00:52:18 rh Exp $
-DISTNAME= sane-frontends-1.0.5
-CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.mostang.com/pub/sane/sane-1.0.5/ \
- ftp://ftp.mostang.com/pub/sane/old-versions/sane-1.0.5/ \
- ftp://gd.tuwien.ac.at/hci/sane/sane-1.0.5/ \
- ftp://ftp.informatik.uni-oldenburg.de/pub/sane/sane-1.0.5/
+.include "../../graphics/sane-backends/Makefile.common"
+
+DISTNAME= sane-frontends-${SANE_VERSION}
-MAINTAINER= packages@netbsd.org
-HOMEPAGE= http://www.mostang.com/sane/
COMMENT= Frontends for access to scanners, digitals camera, frame grabbers etc
DEPENDS+= gimp>=1.0.4:../../graphics/gimp
-DEPENDS+= sane-backends>=1.0.4:../../graphics/sane-backends
-
-CONFLICTS+= sane<=1.0.3
+BUILDLINK_DEPENDS.sane= sane-backends-${SANE_VERSION}
GNU_CONFIGURE= yes
USE_GMAKE= yes
@@ -27,5 +20,6 @@ CFLAGS= -O
# to find gimp includes
CPPFLAGS= -I${LOCALBASE}/include
+.include "../../graphics/sane-backends/buildlink.mk"
.include "../../x11/gtk/buildlink.mk"
.include "../../mk/bsd.pkg.mk"