freebsd-ports/devel/json-glib/Makefile
Martin Wilke 53b7f00a72 - Stage support
- Convert to new USES flags
-  Disable g-ir-scanner cache to not touch /root/.cache during build
2014-03-13 05:57:04 +00:00

23 lines
717 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/devel/json-glib/Makefile,v 1.22 2012/09/01 23:02:09 mezz Exp $
PORTNAME= json-glib
PORTVERSION= 0.14.2
CATEGORIES= devel
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= JSON (RFC 4627) interface for Glib
BUILD_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection
RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection
USES= pkgconfig tar:xz gmake
USE_GNOME= glib20 gnomehack gnomeprefix ltverhack introspection:build
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>