1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/devel/json-c/Makefile
Jason Helfman 8c3234a514 - set CONFLICT on devel/cocaine-core
Spotted by:	makc@
2012-12-15 08:18:36 +00:00

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>