pkgsrc/devel/libdbusmenu-jsonloader/Makefile
youri 8f325e9abe Import libdbusmenu-jsonloader-12.10.2 as devel/libdbusmenu-jsonloader.
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 Test lib.
2016-05-20 22:03:46 +00:00

24 lines
723 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/05/20 22:03:46 youri Exp $
.include "../../meta-pkgs/libdbusmenu/Makefile.common"
PKGNAME= ${DISTNAME:S/-/-jsonloader-/}
COMMENT= Test libraries for development with libdbusemenu
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 "../../devel/libdbusmenu-glib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../lang/vala/buildlink3.mk"
.include "../../textproc/json-glib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"