freebsd-ports/misc/bibletime/Makefile
Tobias C. Berner 5e2b11dd89 misc/bibletime: switch to using WebEngine
Qt5Webkit will be removed at the end of the year.

See: commit e8e65e7574

    www/qt5-webkit: mark for deletion

    Qt upstream switched to QtWebEngine quite a while ago, and the maintenance
    of QtWebKit was carried out by a separate person.
    Unfortunately, no release or updates have been pushed in the recent
    years.

    Note: there is a fork [1] of the used fork [2], that might be viable for people that
    really still need to rely on Qt5Webkit.

    [1] https://github.com/movableink/webkit/
    [2] https://github.com/qtwebkit/qtwebkit
2023-09-14 09:08:25 +02:00

20 lines
551 B
Makefile

PORTNAME= bibletime
PORTVERSION= 2.11.2
PORTREVISION= 5
CATEGORIES= misc kde
MASTER_SITES= SF/${PORTNAME}/BibleTime%202/BibleTime%202%20source%20code
MAINTAINER= ericbsd@FreeBSD.org
COMMENT= Open source Bible study tool
WWW= https://www.bibletime.info/
LICENSE= GPLv2
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
.include <bsd.port.mk>