pkgsrc/devel/libdbusmenu-gtk-doc/Makefile
youri f9511954b5 Import libdbusmenu-gtk-doc-12.10.2 as devel/libdbusmenu-gtk-doc.
A small little library that was created by pulling out some comon code out of
indicator-applet. It passes a menu structure across DBus so that a program can
create a menu simply without worrying about how it is displayed on the other
side of the bus.

This package provides GTK+ API ducumentation.
2016-05-20 22:01:59 +00:00

23 lines
647 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/05/20 22:01:59 youri Exp $
.include "../../meta-pkgs/libdbusmenu/Makefile.common"
PKGNAME= ${DISTNAME:S/-/-gtk-doc-/}
COMMENT= GTK+ API library documentation for libdbusmenu
CONFIGURE_ARGS+= --disable-gtk
CONFIGURE_ARGS+= --with-gtk=2
CONFIGURE_ARGS+= --disable-dumper
CONFIGURE_ARGS+= --disable-introspection
CONFIGURE_ARGS+= --disable-vala
CONFIGURE_ARGS+= --disable-tests
CONFIGURE_ENV+= HAVE_VALGRIND_TRUE=
CONFIGURE_ENV+= HAVE_VALGRIND_FALSE='\#'
NO_BUILD= yes
INSTALL_DIRS= docs/libdbusmenu-gtk
BUILDLINK_DEPMETHOD.glib2= build
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"