1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/devel/json-c/Makefile
Martin Wilke b088847378 - Update to 0.8
PR:		131943
Submitted by:	Edmondas Girkantas <eg@fbsd.lt>
Approved by:	maintainer timeout
2009-03-22 15:13:53 +00:00

22 lines
441 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.8
CATEGORIES= devel
MASTER_SITES= http://oss.metaparadigm.com/json-c/
MAINTAINER= gno@yahoo-inc.com
COMMENT= A JSON (Javascript Object Notation) implementation in C
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gnometarget pkgconfig gnomehack
.include <bsd.port.mk>