mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
db5e2bc177
Approved by: portmgr@ (implicit)
22 lines
427 B
Makefile
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>
|