0bbbd35e32
espie asked me in such a nice way to fix this that I'm bumping all ports that have a direct dependency on glib2.
37 lines
756 B
Makefile
37 lines
756 B
Makefile
# $OpenBSD: Makefile,v 1.20 2012/09/01 14:36:57 ajacoutot Exp $
|
|
|
|
COMMENT= JSON parser for GLib-based libraries and applications
|
|
|
|
GNOME_PROJECT= json-glib
|
|
GNOME_VERSION= 0.14.2
|
|
REVISION= 0
|
|
|
|
SHARED_LIBS += json-glib-1.0 4.0 # 1400.2
|
|
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
|
|
Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
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 += ffi gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
|
|
WANTLIB += pcre z
|
|
|
|
MODULES= devel/gettext \
|
|
x11/gnome
|
|
|
|
LIB_DEPENDS= devel/glib2
|
|
|
|
MODGNOME_TOOLS= goi
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|