Update to 0.30.0, provided by Jonathan Buschmann in PR 49886.
0.30.0
=========
Support color on windows
--version show status of features chosen at compile-time
Add support for files: Mathematica, R, wsdl/wadl, Gentoo ebuild,
Velocity, Clojure (1.7), puppet, F#, Nim, Pike
2015-05-11 13:08:56 +02:00
|
|
|
# $NetBSD: Makefile,v 1.9 2015/05/11 11:08:56 wiz Exp $
|
2012-04-13 13:32:58 +02:00
|
|
|
|
Update to 0.30.0, provided by Jonathan Buschmann in PR 49886.
0.30.0
=========
Support color on windows
--version show status of features chosen at compile-time
Add support for files: Mathematica, R, wsdl/wadl, Gentoo ebuild,
Velocity, Clojure (1.7), puppet, F#, Nim, Pike
2015-05-11 13:08:56 +02:00
|
|
|
DISTNAME= the_silver_searcher-0.30.0
|
2012-04-13 13:32:58 +02:00
|
|
|
CATEGORIES= textproc
|
2015-03-10 00:36:20 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=ggreer/}
|
2012-04-13 13:32:58 +02:00
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= https://github.com/ggreer/the_silver_searcher
|
|
|
|
COMMENT= Attempt to improve on ack, which itself is better than grep
|
|
|
|
LICENSE= apache-2.0
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2013-10-21 00:14:21 +02:00
|
|
|
CONFIGURE_ARGS+= LZMA_CFLAGS=-I${BUILDLINK_PREFIX.xz}/include
|
|
|
|
CONFIGURE_ARGS+= LZMA_LIBS="-L${BUILDLINK_PREFIX.xz}/lib ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.xz}/lib -llzma"
|
|
|
|
USE_TOOLS+= aclocal autoheader autoconf automake autoreconf pkg-config
|
2012-04-13 13:32:58 +02:00
|
|
|
|
|
|
|
pre-configure:
|
2013-10-21 00:14:21 +02:00
|
|
|
cd ${WRKSRC} && autoreconf -fiv
|
2012-04-13 13:32:58 +02:00
|
|
|
|
|
|
|
.include "../../devel/pcre/buildlink3.mk"
|
2013-10-21 00:14:21 +02:00
|
|
|
.include "../../archivers/xz/buildlink3.mk"
|
2012-04-13 13:32:58 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|