openbsd-ports/devel/json-glib/Makefile

38 lines
790 B
Makefile
Raw Normal View History

2011-06-15 06:29:38 -04:00
# $OpenBSD: Makefile,v 1.12 2011/06/15 10:29:38 jasper Exp $
COMMENT= JSON parser for GLib-based libraries and applications
2009-10-10 07:05:55 -04:00
GNOME_PROJECT= json-glib
2011-06-15 06:29:38 -04:00
GNOME_VERSION= 0.12.6
2011-04-12 04:17:17 -04:00
2011-06-15 06:29:38 -04:00
SHARED_LIBS += json-glib-1.0 3.1 # 1200.6
2009-10-10 07:05:55 -04:00
CATEGORIES= devel
HOMEPAGE= http://live.gnome.org/JsonGlib
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += pcre z glib-2.0 gobject-2.0 gthread-2.0 gio-2.0 gmodule-2.0
2009-10-10 07:05:55 -04:00
MODULES= devel/gettext x11/gnome
2011-06-15 06:29:38 -04:00
EXTRACT_SUFX= .tar.xz
BUILD_DEPENDS= devel/gobject-introspection
2010-11-15 14:45:56 -05:00
LIB_DEPENDS= devel/glib2
USE_GMAKE= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
2010-04-24 04:57:11 -04:00
--disable-gtk-doc \
--enable-introspection
.include <bsd.port.mk>