Import of pkgsrc-2016Q3

This commit is contained in:
2016-11-18 22:39:22 +01:00
committed by sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949747 additions and 377081 deletions
+6 -9
View File
@@ -1,21 +1,18 @@
# $NetBSD: Makefile,v 1.9 2015/05/11 11:08:56 wiz Exp $
# $NetBSD: Makefile,v 1.11 2016/05/17 10:22:44 leot Exp $
DISTNAME= the_silver_searcher-0.30.0
DISTNAME= the_silver_searcher-0.32.0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=ggreer/}
MASTER_SITES= http://geoff.greer.fm/ag/releases/
MAINTAINER= pkgsrc-users@NetBSD.org
MAINTAINER= leot@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
GNU_CONFIGURE= yes
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
pre-configure:
cd ${WRKSRC} && autoreconf -fiv
USE_TOOLS+= pkg-config
.include "../../devel/pcre/buildlink3.mk"
.include "../../archivers/xz/buildlink3.mk"