summaryrefslogtreecommitdiff
path: root/devel/json-c/Makefile
blob: c0ee2c73e64f2413b43edc908447bb21cc40b897 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	json-c
# Date created:				June 23 2006
# Whom:					gno@yahoo-inc.com
#
# $FreeBSD$
#

PORTNAME=	json-c
PORTVERSION=	0.9
CATEGORIES=	devel
MASTER_SITES=	http://oss.metaparadigm.com/json-c/

MAINTAINER=	gno@yahoo-inc.com
COMMENT=	JSON (JavaScript Object Notation) implementation in C

USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_GNOME=	pkgconfig gnomehack

.include <bsd.port.mk>