25 lines
518 B
Makefile
25 lines
518 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= the_silver_searcher
|
|
PORTVERSION= 0.32.0
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Code-searching tool similar to ack but faster
|
|
|
|
LICENSE= APACHE20
|
|
|
|
LIB_DEPENDS= libpcre.so:devel/pcre
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ggreer
|
|
|
|
ACLOCAL_ARGS+= -I ${ACLOCAL_DIR}
|
|
AUTOMAKE_ARGS+= --add-missing
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= LZMA_LIBS=-llzma
|
|
CONFIGURE_ARGS+=LZMA_CFLAGS=-I/usr/include
|
|
USES= autoreconf pkgconfig
|
|
|
|
.include <bsd.port.mk>
|