summaryrefslogtreecommitdiffstats
path: root/textproc/the_silver_searcher/Makefile
blob: 8229841fb103d7fae6df4c2d34aeb673bbbffaaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$

PORTNAME=	the_silver_searcher
PORTVERSION=	0.13.1
PORTREVISION=	1
CATEGORIES=	textproc
MASTER_SITES=	http://cloud.github.com/downloads/ggreer/${PORTNAME}/

MAINTAINER=	gslin@gslin.org
COMMENT=	A code-searching tool similar to ack but faster

LIB_DEPENDS=	pcre:${PORTSDIR}/devel/pcre

ACLOCAL_ARGS+=	-I ${ACLOCAL_DIR}
AUTOMAKE_ARGS+=	--add-missing
GNU_CONFIGURE=	yes
PLIST_FILES=	bin/ag
USE_AUTOTOOLS=	aclocal autoconf autoheader automake
USES=		pkgconfig

MAN1=		ag.1

.include <bsd.port.mk>
OpenPOWER on IntegriCloud