diff options
author | rh <rh> | 1999-04-06 05:57:31 +0000 |
---|---|---|
committer | rh <rh> | 1999-04-06 05:57:31 +0000 |
commit | 9503f87902e7aff78c1bc43c2bb8e6a2afaad1dd (patch) | |
tree | 5834e94ddbb9ab49442f60779aa86a3dea9ff1b3 /graphics/xsane/Makefile | |
parent | 5c37720c4a1ca350c167c6cae364a4e6fd945868 (diff) | |
download | pkgsrc-9503f87902e7aff78c1bc43c2bb8e6a2afaad1dd.tar.gz |
Initial import of xsane-0.19, an improved scanner frontend for SANE
that also includes photocopier functionality.
Diffstat (limited to 'graphics/xsane/Makefile')
-rw-r--r-- | graphics/xsane/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile new file mode 100644 index 00000000000..83716979af0 --- /dev/null +++ b/graphics/xsane/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/04/06 05:57:31 rh Exp $ +# + +DISTNAME= xsane-0.19 +CATEGORIES= graphics +MASTER_SITES= http://www.wolfsburg.de/~rauch/sane/ + +MAINTAINER= rh@netbsd.org +HOMEPAGE= http://www.wolfsburg.de/~rauch/sane/sane-xsane.html + +DEPENDS+= jpeg-6b:../../graphics/jpeg +DEPENDS+= png-1.0.3:../../graphics/png +DEPENDS+= tiff-3.4:../../graphics/tiff +DEPENDS+= gtk10-1.0.6:../../x11/gtk10 +DEPENDS+= sane-1.00:../../graphics/sane + +GNU_CONFIGURE= YES +USE_GMAKE= YES +USE_X11BASE= YES +USE_LIBTOOL= YES +CONFIGURE_ENV+= GTK_CONFIG="${X11BASE}/bin/gtk10-config" + +CPPFLAGS+= -I${PREFIX}/include + +.include "../../mk/bsd.pkg.mk" |