summaryrefslogblamecommitdiffstats
path: root/devel/json-glib/Makefile
blob: a0a7558af5d25c66a2267d0883a33e5dc6cadad8 (plain) (tree)




























                                                                                               
# New ports collection makefile for:    json-glib
# Date created:                 25 December 2008
# Whom:                         Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD: ports/devel/json-glib/Makefile,v 1.7 2010/05/10 21:18:08 kwm Exp $
#   $MCom: ports/devel/json-glib/Makefile,v 1.8 2010/03/20 01:19:18 marcus Exp $
#

PORTNAME=   json-glib
PORTVERSION=    0.10.4
PORTREVISION=   1
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_BZIP2=  yes
USE_GNOME=  glib20 gnomehack gnomeprefix ltverhack
USE_AUTOTOOLS=  libtool:22
USE_LDCONFIG=   yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>