pkgsrc/devel/frama-c/options.mk
joerg 3252c79f47 gnomecanvas option needs gnomecanvas. Make sure PLIST_SRC is built
correctly.

XXX This should be a build option of lablgtk or so
2009-12-21 12:45:38 +00:00

15 lines
439 B
Makefile

# $NetBSD: options.mk,v 1.2 2009/12/21 12:45:38 joerg Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.frama-c
PKG_SUPPORTED_OPTIONS= gnomecanvas
# actually, depends completely on lablgtk's gnomecanvas option
# but I didn't manage to check for that.
PKG_SUGGESTED_OPTIONS= gnomecanvas
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mgnomecanvas)
PLIST_SRC+= PLIST.gnomecanvas
.include "../../graphics/libgnomecanvas/buildlink3.mk"
.endif