2019-07-12 20:44:34 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.20 2019/07/12 20:44:36 sthen Exp $
|
2008-03-23 08:57:02 +00:00
|
|
|
|
|
|
|
COMMENT= JSON implementation in C
|
|
|
|
|
2018-04-27 18:36:17 +00:00
|
|
|
DISTNAME= json-c-0.13.1
|
2008-03-23 08:57:02 +00:00
|
|
|
CATEGORIES= devel
|
2014-04-22 10:52:35 +00:00
|
|
|
|
2018-04-27 18:36:17 +00:00
|
|
|
SHARED_LIBS= json-c 1.1 # 4.0
|
2008-03-23 08:57:02 +00:00
|
|
|
|
2018-02-11 09:49:11 +00:00
|
|
|
HOMEPAGE= https://github.com/json-c/json-c/wiki
|
2008-03-23 08:57:02 +00:00
|
|
|
|
|
|
|
# MIT
|
2019-07-12 20:44:34 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2008-03-23 08:57:02 +00:00
|
|
|
|
2013-05-02 20:29:05 +00:00
|
|
|
MASTER_SITES = https://s3.amazonaws.com/json-c_releases/releases/
|
2008-03-23 08:57:02 +00:00
|
|
|
|
2017-12-14 00:29:47 +00:00
|
|
|
CONFIGURE_STYLE= autoconf
|
2015-08-25 11:37:02 +00:00
|
|
|
AUTOCONF_VERSION= 2.69
|
2008-03-23 08:57:02 +00:00
|
|
|
|
2014-04-22 10:52:35 +00:00
|
|
|
# not enabled by default at present, but we want to make sure we
|
2016-05-17 16:59:23 +00:00
|
|
|
# don't use it if it's later enabled, we patch to use arc4random instead.
|
2014-04-22 10:52:35 +00:00
|
|
|
# (the cpuid code will probably break with PIE on i386 too).
|
|
|
|
CONFIGURE_ARGS= --disable-rdrand
|
|
|
|
|
2008-03-23 08:57:02 +00:00
|
|
|
.include <bsd.port.mk>
|