mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
1cc51e5d72
PR: ports/138551 Submitted by: Ayumi Mitsui <ayu at commun.jp> Approved by: Greg Olszewski <gno at yahoo-inc.com> (maintainer0
22 lines
441 B
Makefile
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.9
|
|
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>
|