22 lines
537 B
Makefile
22 lines
537 B
Makefile
# $NetBSD: Makefile,v 1.46 2011/01/13 13:38:20 wiz Exp $
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../graphics/sane-backends/Makefile.common"
|
|
|
|
DISTNAME= sane-frontends-${SANE_VERSION}
|
|
SANE_MICRO= 14
|
|
PKGREVISION= 11
|
|
|
|
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"
|