pkgsrc/textproc/ugrep/Makefile
wiz 7941fb252f ugrep: update to 3.1.11.
New --bool option to specify Boolean search query patterns (with
Google search syntax or fzf-like when used with -F to search strings
instead of regex patterns); new --and and --not options; new --dotall
option; updated --format to support -v; updated \s pattern matching
to exclude newline, other improvements. More coming soon!
2021-04-05 10:08:00 +00:00

28 lines
792 B
Makefile

# $NetBSD: Makefile,v 1.15 2021/04/05 10:08:00 wiz Exp $
DISTNAME= ugrep-3.1.11
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=Genivia/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/Genivia/ugrep
COMMENT= Fast grep with many enhancements including Unicode support
LICENSE= modified-bsd
.include "options.mk"
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= gmake pkg-config
CONFIGURE_ARGS+= --with-bzlib
CONFIGURE_ARGS+= --with-lz4
CONFIGURE_ARGS+= --with-lzma # lzma & xz files
CONFIGURE_ARGS+= --with-zlib
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../archivers/lz4/buildlink3.mk"
.include "../../archivers/xz/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"