pkgsrc/x11/lablgtk/options.mk
tonio 4bc58b528b Publish gtksourceview binding by default.
It does not bring additional dependencies, except gtksourceview
bump pkgrevision, as this changes the default binary package.
2009-09-11 14:22:07 +00:00

55 lines
1.4 KiB
Makefile

# $NetBSD: options.mk,v 1.6 2009/09/11 14:22:07 tonio Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.lablgtk
PKG_SUPPORTED_OPTIONS= glade gnomecanvas gtksourceview svg gtkspell
PKG_SUGGESTED_OPTIONS= gnomecanvas gtksourceview svg gtkspell
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mglade)
.include "../../devel/libglade/buildlink3.mk"
CONFIGURE_ARGS+= --with-glade
PLIST_SRC+= PLIST.glade
.else
CONFIGURE_ARGS+= --without-glade
.endif
.if !empty(PKG_OPTIONS:Mgtkspell)
.include "../../textproc/gtkspell/buildlink3.mk"
CONFIGURE_ARGS+= --with-gtkspell
PLIST_SRC+= PLIST.gtkspell
.else
CONFIGURE_ARGS+= --without-gtkspell
.endif
.if !empty(PKG_OPTIONS:Mgnomecanvas)
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../graphics/libgnomecanvas/buildlink3.mk"
.include "../../x11/gnome-panel/buildlink3.mk"
CONFIGURE_ARGS+= --with-gnomecanvas
PLIST_SRC+= PLIST.gnomecanvas
.else
CONFIGURE_ARGS+= --without-gnomecanvas
.endif
.if !empty(PKG_OPTIONS:Mgtksourceview)
.include "../../x11/gtksourceview/buildlink3.mk"
CONFIGURE_ARGS+= --with-gtksourceview
PLIST_SRC+= PLIST.gtksourceview
.else
CONFIGURE_ARGS+= --without-gtksourceview
.endif
.if !empty(PKG_OPTIONS:Msvg)
.include "../../graphics/librsvg/buildlink3.mk"
CONFIGURE_ARGS+= --with-rsvg
PLIST_SRC+= PLIST.svg
.else
CONFIGURE_ARGS+= --without-rsvg
.endif
.if !empty(PKG_OPTIONS:Mgnomecanvas)
PLIST_SRC+= PLIST.gnome
.endif
PLIST_SRC+= PLIST