summaryrefslogtreecommitdiffstats
path: root/devel/json-glib/Makefile
blob: 0c9be472df95e9cdb7de4f0d58b8e31ca11e4133 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    json-glib
# Date created:                 25 December 2008
# Whom:                         Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#   $MCom: ports/devel/json-glib/Makefile,v 1.21 2012/08/17 19:06:43 kwm 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

USE_GMAKE=  yes
USE_XZ=     yes
USE_GNOME=  glib20 gnomehack gnomeprefix ltverhack
USE_PKGCONFIG=  build
USE_AUTOTOOLS=  libtool
USE_LDCONFIG=   yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

.include <bsd.port.mk>