Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / sysutils / libnotify07 / options.mk
blob92c7cbcf8eb522381f10cafe5130194375b5e55b
1 # $NetBSD: options.mk,v 1.1 2013/04/21 00:50:04 rodent Exp $
3 PKG_OPTIONS_VAR= PKG_OPTIONS.libnotify07
4 PKG_SUPPORTED_OPTIONS= doc introspection
5 PKG_SUGGESTED_OPTIONS+= # blank
6 PLIST_VARS+= doc introspection
8 .include "../../mk/bsd.options.mk"
10 .if !empty(PKG_OPTIONS:Mdoc)
11 BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
12 CONFIGURE_ARGS+= --enable-docbook-docs
13 PLIST.doc= yes
14 .else
15 CONFIGURE_ARGS+= --disable-docbook-docs
16 .endif
18 .if !empty(PKG_OPTIONS:Mintrospection)
19 BUILDLINK_API_DEPENDS.gobject-introspection+= gobject-introspection>=0.9.12
20 .include "../../devel/gobject-introspection/buildlink3.mk"
21 CONFIGURE_ARGS+= --enable-introspection=yes
22 PLIST.introspection= yes
23 .else
24 CONFIGURE_ARGS+= --enable-introspection=no
25 .endif