summaryrefslogtreecommitdiff
path: root/devel/libdbusmenu-jsonloader/Makefile
diff options
context:
space:
mode:
authoryouri <youri>2016-05-20 22:03:46 +0000
committeryouri <youri>2016-05-20 22:03:46 +0000
commit8750cc1eaf4b0ac94e3e3c4b60078ddcc1fa469a (patch)
treebbb8f628cc0c49c415d9ec6cff6499c41b219f82 /devel/libdbusmenu-jsonloader/Makefile
parent401c17f9ec152419488889a4060ef9d5dc00a43c (diff)
downloadpkgsrc-8750cc1eaf4b0ac94e3e3c4b60078ddcc1fa469a.tar.gz
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.
Diffstat (limited to 'devel/libdbusmenu-jsonloader/Makefile')
-rw-r--r--devel/libdbusmenu-jsonloader/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/libdbusmenu-jsonloader/Makefile b/devel/libdbusmenu-jsonloader/Makefile
new file mode 100644
index 00000000000..900512a1145
--- /dev/null
+++ b/devel/libdbusmenu-jsonloader/Makefile
@@ -0,0 +1,24 @@
+# $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"