1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/textproc/codesearch/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

27 lines
461 B
Makefile

PORTNAME= codesearch
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.0
CATEGORIES= textproc
MAINTAINER= eborisch@gmail.com
COMMENT= Fast (indexed) text search tool from Google
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go
USE_GITHUB= yes
GH_ACCOUNT= google
GO_PKGNAME= github.com/google/codesearch
GO_TARGET= ./cmd/cgrep \
./cmd/cindex \
./cmd/csearch
CONFLICTS_INSTALL= hs-cgrep
PLIST_FILES= ${GO_TARGET:C/.\/cmd/bin/}
.include <bsd.port.mk>