diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-11-03 04:44:45 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-11-03 04:44:45 +0000 |
commit | 6b031da6974e6aab82ec672c9cdbd01f61227493 (patch) | |
tree | 44a3c9db184c62d86cc4dea6b11dd496fc3bbbb4 /textproc/jq/Makefile | |
parent | c05f2761139ae51286333a5db66d5d502752982f (diff) | |
download | ports-6b031da6974e6aab82ec672c9cdbd01f61227493.tar.gz ports-6b031da6974e6aab82ec672c9cdbd01f61227493.zip |
Notes
Diffstat (limited to 'textproc/jq/Makefile')
-rw-r--r-- | textproc/jq/Makefile | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/textproc/jq/Makefile b/textproc/jq/Makefile index 48db9eb78c50..301db5b67981 100644 --- a/textproc/jq/Makefile +++ b/textproc/jq/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= jq -PORTVERSION= 1.5 -PORTREVISION= 3 DISTVERSIONPREFIX= ${PORTNAME}- +DISTVERSION= 1.6 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org @@ -13,28 +12,26 @@ COMMENT= Lightweight and flexible command-line JSON processor LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +USES= autoreconf gmake libtool USE_GITHUB= yes GH_ACCOUNT= stedolan - GNU_CONFIGURE= yes CONFIGURE_ARGS= --docdir="${DOCSDIR}" \ --disable-maintainer-mode USE_CSTD= gnu99 USE_LDCONFIG= yes -USES= gmake libtool INSTALL_TARGET= install-strip PORTDOCS= * -OPTIONS_DEFINE= DOCS ONIGURUMA -OPTIONS_DEFAULT=ONIGURUMA +OPTIONS_DEFINE= DOCS ONIGURUMA +OPTIONS_DEFAULT= ONIGURUMA -DOCS_MAKE_ARGS_OFF= docdir= -DOCS_CONFIGURE_ENABLE= docs +DOCS_MAKE_ARGS_OFF= docdir= +DOCS_CONFIGURE_ENABLE= docs -ONIGURUMA_DESC= With oniguruma BSDL regular expression library -ONIGURUMA_LIB_DEPENDS= libonig.so:devel/oniguruma -#ONIGURUMA_CONFIGURE_WITH=oniguruma=${LOCALBASE} # pending resolution of https://github.com/stedolan/jq/issues/1021, next line is the workaround -ONIGURUMA_CONFIGURE_ON= --with-oniguruma=${LOCALBASE} +ONIGURUMA_DESC= With oniguruma BSDL regular expression library +ONIGURUMA_LIB_DEPENDS= libonig.so:devel/oniguruma +ONIGURUMA_CONFIGURE_WITH= oniguruma=${LOCALBASE} .include <bsd.port.mk> |