summaryrefslogtreecommitdiff
path: root/devel/codequery/Makefile
blob: 4e05c932c2ca3db028a4a7c3e599ef96ddbb6373 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
PORTNAME=	codequery
DISTVERSIONPREFIX=	v
DISTVERSION=	1.0.0
CATEGORIES=	devel

MAINTAINER=	eduardo@FreeBSD.org
COMMENT=	Code understanding, browsing and search tool
WWW=		https://ruben2020.github.io/codequery/

LICENSE=	MPL20
LICENSE_FILE=	${WRKSRC}/LICENSE.md

USES=		cmake gl qt:6 sqlite
USE_GITHUB=	yes
GH_ACCOUNT=	ruben2020
USE_GL=		opengl
USE_QT=		5compat base translations

DESKTOP_ENTRIES=	"CodeQuery" \
			"" \
			"" \
			"${PORTNAME}" \
			"Development;" \
			""

PLIST_FILES=	bin/codequery \
		bin/cqmakedb \
		bin/cqsearch

.include <bsd.port.mk>