1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/devel/json-c/Makefile
Carlo Strub db5e2bc177 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-29 11:17:02 +00:00

22 lines
427 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.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>