20 lines
505 B
Makefile
20 lines
505 B
Makefile
# $NetBSD: Makefile,v 1.77 2018/11/14 22:21:46 kleink Exp $
|
|
|
|
.include "../../graphics/sane-backends/Makefile.common"
|
|
|
|
DISTNAME= sane-frontends-${SANE_VERSION}
|
|
SANE_MICRO= 14
|
|
PKGREVISION= 41
|
|
|
|
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"
|