e0896089da
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.
25 lines
710 B
Makefile
25 lines
710 B
Makefile
# $NetBSD: Makefile,v 1.3 2015/04/10 12:42:12 krytarowski Exp $
|
|
|
|
.include "../../wip/libdbusmenu/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-jsonloader-/}
|
|
COMMENT= Test libraries for development with libdbusemenu
|
|
|
|
DESCR_SRC+= ${.CURDIR}/DESCR
|
|
|
|
CONFIGURE_ARGS+= --disable-gtk
|
|
CONFIGURE_ARGS+= --disable-dumper
|
|
CONFIGURE_ARGS+= --disable-introspection
|
|
CONFIGURE_ARGS+= --disable-vala
|
|
CONFIGURE_ARGS+= --enable-tests
|
|
|
|
post-configure:
|
|
${LN} -sf ${BUILDLINK_DIR}/lib/libdbusmenu-glib.la \
|
|
${WRKSRC}/libdbusmenu-glib/
|
|
|
|
BUILD_DIRS= tests
|
|
|
|
.include "../../wip/libdbusmenu-glib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../textproc/json-glib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|