mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
b088847378
PR: 131943 Submitted by: Edmondas Girkantas <eg@fbsd.lt> Approved by: maintainer timeout
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.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>
|