aboutsummaryrefslogtreecommitdiffstats
path: root/devel/json-c/Makefile
blob: 24ff987304448f3363dc2cc6148d1c6d1ce95753 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Created by: gno@yahoo-inc.com
# $FreeBSD$

PORTNAME=   json-c
PORTVERSION=    0.12
PORTREVISION=   1
CATEGORIES= devel
#MASTER_SITES=  https://github.com/${PORTNAME}/${PORTNAME}/archive/

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    JSON (JavaScript Object Notation) implementation in C

LICENSE=    MIT

CONFLICTS_INSTALL=  cocaine-core-[0-9]*

GNU_CONFIGURE=  yes
INSTALL_TARGET= install-strip
USE_LDCONFIG=   yes
USES=       gmake libtool pathfix pkgconfig

USE_GITHUB= yes
GH_ACCOUNT= ${PORTNAME}
GH_COMMIT=  2a03577
GH_PROJECT= ${PORTNAME}
GH_TAGNAME= ${PORTNAME}-${PORTVERSION}-20140410

.include <bsd.port.mk>