60806aa001
Fix PR pkg/48777
20 lines
504 B
Makefile
20 lines
504 B
Makefile
# $NetBSD: Makefile,v 1.67 2014/05/05 00:48:00 ryoon Exp $
|
|
|
|
.include "../../graphics/sane-backends/Makefile.common"
|
|
|
|
DISTNAME= sane-frontends-${SANE_VERSION}
|
|
SANE_MICRO= 14
|
|
PKGREVISION= 31
|
|
|
|
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"
|