2018-11-23 16:00:16 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.31 2018/11/23 16:00:16 bcallah Exp $
|
2013-09-20 12:46:59 +00:00
|
|
|
|
|
|
|
COMMENT = code searching tool, with a focus on speed (ag)
|
|
|
|
|
2018-11-23 16:00:16 +00:00
|
|
|
DISTNAME = the_silver_searcher-2.2.0
|
2013-09-20 12:46:59 +00:00
|
|
|
CATEGORIES = textproc
|
|
|
|
|
2018-11-23 16:00:16 +00:00
|
|
|
HOMEPAGE = https://geoff.greer.fm/ag/
|
2014-01-23 18:14:35 +00:00
|
|
|
MAINTAINER = Florian Stinglmayr <florian@n0la.org>
|
2013-09-20 12:46:59 +00:00
|
|
|
|
|
|
|
# Apache 2.0
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
2016-05-17 10:57:07 +00:00
|
|
|
# uses pledge()
|
2013-09-20 12:46:59 +00:00
|
|
|
WANTLIB += c lzma pcre pthread z
|
|
|
|
|
2017-05-28 18:56:30 +00:00
|
|
|
# TLS
|
2017-11-16 23:20:37 +00:00
|
|
|
COMPILER = base-clang ports-gcc
|
2017-05-31 08:08:15 +00:00
|
|
|
COMPILER_LANGS = c
|
2016-12-02 14:51:52 +00:00
|
|
|
|
2018-11-23 16:00:16 +00:00
|
|
|
MASTER_SITES = https://geoff.greer.fm/ag/releases/
|
2013-09-20 12:46:59 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS = archivers/xz \
|
|
|
|
devel/pcre
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = gnu
|
2016-05-17 10:57:07 +00:00
|
|
|
SEPARATE_BUILD = Yes
|
2013-09-20 12:46:59 +00:00
|
|
|
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include"
|
2016-05-17 10:57:07 +00:00
|
|
|
FAKE_FLAGS = bashcompdir=${PREFIX}/share/bash-completion/completions
|
2013-09-20 12:46:59 +00:00
|
|
|
|
2016-05-17 10:57:07 +00:00
|
|
|
# not included in distfile, only in repository. requires cram.
|
2017-05-31 08:08:15 +00:00
|
|
|
NO_TEST = Yes
|
2013-09-20 12:46:59 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|