pkgsrc/textproc/json-glib/Makefile
obache a2d15fb3c1 Update json-glib to 0.16.2.
* drop unwanted dependency on json-c and pthread.
* enable introspection option by default.

Overview of changes for 0.16.2
==============================
• Use the -Bsymbolic-functions linker flag when available
2014-01-02 12:19:00 +00:00

24 lines
628 B
Makefile

# $NetBSD: Makefile,v 1.19 2014/01/02 12:19:00 obache Exp $
#
DISTNAME= json-glib-0.16.2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/json-glib/0.16/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://live.gnome.org/JsonGlib
COMMENT= JSON parser for GLib-based libraries and applications
LICENSE= gnu-lgpl-v2.1
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake msgfmt msgmerge pkg-config xgettext
PKGCONFIG_OVERRIDE+= json-glib.pc.in
.include "options.mk"
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.34.0
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"