5e2b11dd89
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
20 lines
551 B
Makefile
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>
|