pkgsrc/graphics/sane-frontends/Makefile
wiz 92e0cb52cb Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00

22 lines
536 B
Makefile

# $NetBSD: Makefile,v 1.43 2010/06/13 22:44:44 wiz Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../graphics/sane-backends/Makefile.common"
DISTNAME= sane-frontends-${SANE_VERSION}
SANE_MICRO= 14
PKGREVISION= 8
COMMENT= Frontends for access to scanners, digital cameras, frame grabbers etc
BUILDLINK_API_DEPENDS.sane+= sane-backends>=${SANE_VERSION}
USE_TOOLS+= pkg-config
.include "options.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../graphics/sane-backends/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"