mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
0c9f5c2ff9
PR: ports/99391 Submitted by: gno_at_yahoo-inc.com
23 lines
451 B
Makefile
23 lines
451 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.6
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://oss.metaparadigm.com/json-c/
|
|
|
|
MAINTAINER= gno@yahoo-inc.com
|
|
COMMENT= A JSON (Javascript Object Notation) implementation in C
|
|
|
|
INSTALLS_SHLIB= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnometarget
|
|
#USE_AUTOTOOLS= automake:14
|
|
|
|
.include <bsd.port.mk>
|