e6ab3ba661
By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD. Gea-Suan Lin's work is much appreciated. Approved by: portmgr (implicit) (not really, skipping NO_STAGE check)
28 lines
619 B
Makefile
28 lines
619 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= the_silver_searcher
|
|
PORTVERSION= 0.22.0
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A code-searching tool similar to ack but faster
|
|
|
|
LICENSE= APACHE20
|
|
|
|
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ggreer
|
|
GH_TAGNAME= ${PORTVERSION}
|
|
GH_COMMIT= 9303d2b
|
|
|
|
ACLOCAL_ARGS+= -I ${ACLOCAL_DIR}
|
|
AUTOMAKE_ARGS+= --add-missing
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= LZMA_LIBS=-llzma
|
|
CONFIGURE_ARGS+= LZMA_CFLAGS=-I/usr/include
|
|
USE_AUTOTOOLS= aclocal autoconf autoheader automake
|
|
USES= pkgconfig
|
|
|
|
.include <bsd.port.mk>
|