e0b49a2fed
NetBSD 6, requested by tron.
20 lines
502 B
Makefile
20 lines
502 B
Makefile
# $NetBSD: Makefile,v 1.63 2013/06/06 12:54:35 wiz Exp $
|
|
|
|
.include "../../graphics/sane-backends/Makefile.common"
|
|
|
|
DISTNAME= sane-frontends-${SANE_VERSION}
|
|
SANE_MICRO= 14
|
|
PKGREVISION= 27
|
|
|
|
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"
|