mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
8c3234a514
Spotted by: makc@
20 lines
381 B
Makefile
20 lines
381 B
Makefile
# Created by: 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
|
|
|
|
CONFLICTS= cocaine-core-[0-9]*
|
|
|
|
.include <bsd.port.mk>
|