summaryrefslogtreecommitdiff
path: root/misc/bibletime/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/bibletime/Makefile')
-rw-r--r--misc/bibletime/Makefile18
1 files changed, 11 insertions, 7 deletions
diff --git a/misc/bibletime/Makefile b/misc/bibletime/Makefile
index cc994533d75b..69f6dc080302 100644
--- a/misc/bibletime/Makefile
+++ b/misc/bibletime/Makefile
@@ -1,8 +1,7 @@
PORTNAME= bibletime
-PORTVERSION= 2.11.2
-PORTREVISION= 5
+DISTVERSIONPREFIX= v
+DISTVERSION= 3.1.1
CATEGORIES= misc kde
-MASTER_SITES= SF/${PORTNAME}/BibleTime%202/BibleTime%202%20source%20code
MAINTAINER= ericbsd@FreeBSD.org
COMMENT= Open source Bible study tool
@@ -10,11 +9,16 @@ 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:c11 qt:5 tar:xz ssl
-USE_QT= buildtools core dbus gui linguist:build network printsupport \
- script svg webengine widgets \
- xml qmake:build testlib:build
+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>