summaryrefslogtreecommitdiff
path: root/graphics/sane-frontends/options.mk
blob: 0c4c936183b04c60929e96e17e1d926af7d83042 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $NetBSD: options.mk,v 1.1 2007/10/28 11:07:12 wiz Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.sane-frontends
PKG_SUPPORTED_OPTIONS=	gimp
PKG_SUGGESTED_OPTIONS=	gimp

.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Mgimp)
.include "../../graphics/gimp/buildlink3.mk"
.endif