2018-11-03 13:47:16 +01:00
|
|
|
# $NetBSD: Makefile,v 1.17 2018/11/03 12:47:16 leot Exp $
|
2013-04-25 11:10:26 +02:00
|
|
|
|
2018-11-03 13:47:16 +01:00
|
|
|
DISTNAME= jq-1.6
|
2013-04-25 11:10:26 +02:00
|
|
|
CATEGORIES= devel
|
2015-07-31 15:14:20 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=stedolan/}
|
2018-11-03 13:47:16 +01:00
|
|
|
GITHUB_RELEASE= ${DISTNAME}
|
2013-04-25 11:10:26 +02:00
|
|
|
|
2018-08-19 20:08:05 +02:00
|
|
|
MAINTAINER= leot@NetBSD.org
|
2017-07-31 00:32:10 +02:00
|
|
|
HOMEPAGE= https://github.com/stedolan/jq/
|
2013-04-25 11:10:26 +02:00
|
|
|
COMMENT= Command-line JSON processor
|
|
|
|
LICENSE= mit
|
|
|
|
|
|
|
|
USE_LANGUAGES= c99
|
2014-04-17 11:08:34 +02:00
|
|
|
USE_LIBTOOL= yes
|
2018-08-19 20:08:05 +02:00
|
|
|
USE_TOOLS+= autoreconf autoconf automake bison flex gmake
|
2014-04-17 11:08:34 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2013-04-25 11:10:26 +02:00
|
|
|
|
2018-01-12 15:41:24 +01:00
|
|
|
TEST_TARGET= check
|
|
|
|
|
2018-08-19 20:08:05 +02:00
|
|
|
pre-configure:
|
|
|
|
cd ${WRKSRC} && autoreconf -fi
|
|
|
|
|
|
|
|
.include "options.mk"
|
|
|
|
|
2013-04-25 11:10:26 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|