38 lines
790 B
Makefile
38 lines
790 B
Makefile
# $OpenBSD: Makefile,v 1.12 2011/06/15 10:29:38 jasper Exp $
|
|
|
|
COMMENT= JSON parser for GLib-based libraries and applications
|
|
|
|
GNOME_PROJECT= json-glib
|
|
GNOME_VERSION= 0.12.6
|
|
|
|
SHARED_LIBS += json-glib-1.0 3.1 # 1200.6
|
|
|
|
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
|
|
|
|
MODULES= devel/gettext x11/gnome
|
|
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
BUILD_DEPENDS= devel/gobject-introspection
|
|
LIB_DEPENDS= devel/glib2
|
|
|
|
USE_GMAKE= Yes
|
|
USE_LIBTOOL= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
|
--disable-gtk-doc \
|
|
--enable-introspection
|
|
|
|
.include <bsd.port.mk>
|