blob: 75f7c1d1f92511b0ea7010138a6ac863ff7b4505 (
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
USE_PKGCONFIG= build
MAN1= ag.1
.include <bsd.port.mk>
|