aboutsummaryrefslogtreecommitdiff
path: root/misc/bibletime/Makefile
blob: 69f6dc080302fd0d9e5fe7bd54f0bdd4351d2d87 (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
PORTNAME=	bibletime
DISTVERSIONPREFIX=	v
DISTVERSION=	3.1.1
CATEGORIES=	misc kde

MAINTAINER=	ericbsd@FreeBSD.org
COMMENT=	Open source Bible study tool
WWW=		https://www.bibletime.info/

LICENSE=	GPLv2

BUILD_DEPENDS=	po4a:textproc/po4a \
		fop:textproc/fop
LIB_DEPENDS=	libclucene-core.so:textproc/clucene \
		libsword.so:misc/sword

USES=		cmake compiler:c++17-lang qt:6 ssl
USE_GITHUB=	yes
GH_ACCOUNT=	bibletime
USE_QT=		5compat declarative svg webengine tools:build

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>