freebsd-ports/devel/json-c/Makefile
Vanilla I. Shu c3f52863ae Upgrade to 0.7.
Approved by:	maintainer timeout (2 weeks).
2007-10-14 11:23:39 +00:00

21 lines
443 B
Makefile

# New ports collection makefile for: json-c
# Date created: June 23 2006
# Whom: gno@yahoo-inc.com
#
# $FreeBSD$
#
PORTNAME= json-c
PORTVERSION= 0.7
CATEGORIES= devel
MASTER_SITES= http://oss.metaparadigm.com/json-c/
MAINTAINER= gno@yahoo-inc.com
COMMENT= A JSON (Javascript Object Notation) implementation in C
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gnometarget pkgconfig gnomehack
.include <bsd.port.mk>