f3e864ea16
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 GTK2+ API.
26 lines
834 B
Makefile
26 lines
834 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/05/20 22:01:11 youri Exp $
|
|
|
|
.include "../../meta-pkgs/libdbusmenu/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-gtk-/}
|
|
COMMENT= GTK2+ library created by pulling some code from indicator-applet
|
|
|
|
CONFIGURE_ARGS+= --enable-gtk
|
|
CONFIGURE_ARGS+= --with-gtk=2
|
|
CONFIGURE_ARGS+= --disable-dumper
|
|
CONFIGURE_ARGS+= --disable-tests
|
|
CONFIGURE_ENV+= HAVE_VALGRIND_TRUE=
|
|
CONFIGURE_ENV+= HAVE_VALGRIND_FALSE='\#'
|
|
|
|
post-configure:
|
|
${LN} -sf ${BUILDLINK_DIR}/lib/libdbusmenu-glib.la \
|
|
${WRKSRC}/libdbusmenu-glib/
|
|
|
|
BUILD_DIRS= libdbusmenu-gtk
|
|
|
|
.include "../../devel/libdbusmenu-glib/buildlink3.mk"
|
|
BUILDLINK_DEPMETHOD.gobject-introspection+= build
|
|
.include "../../devel/gobject-introspection/buildlink3.mk"
|
|
.include "../../lang/vala/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|