Pullup ticket #3276.
[pkgsrcv2.git] / devel / frama-c / options.mk
1 # $NetBSD: options.mk,v 1.1 2009/12/07 16:39:12 wiz Exp $
2
3 PKG_OPTIONS_VAR=        PKG_OPTIONS.frama-c
4 PKG_SUPPORTED_OPTIONS=  gnomecanvas
5 # actually, depends completely on lablgtk's gnomecanvas option
6 # but I didn't manage to check for that.
7 PKG_SUGGESTED_OPTIONS=  gnomecanvas
8
9 .include "../../mk/bsd.options.mk"
10
11 .if !empty(PKG_OPTIONS:Mgnomecanvas)
12 PLIST_SRC+=     PLIST.gnomecanvas
13
14 .include "../../graphics/libgnomecanvas/buildlink3.mk"
15 .endif