mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
42ac7cfc9a
Qupzilla has migrated to the KDE umbrella upstream, and renamed itself in the process. The first rebranded release was 2018-02-27. https://davidrosca.blogspot.nl/2018/02/falkon-300-released.html Qupzilla settings can be migrated to Falkon with cp -R ~/.config/qupzilla ~/.config/falkon In the medium term, qupzilla-qt5 will be deprecated and users encouraged to move to falkon. qupzilla-qt4 is based on an EOL toolkit and won't be touched. Submitted by: tcberner Approved by: tcberner (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D13906
24 lines
533 B
Makefile
24 lines
533 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= falkon
|
|
DISTVERSION= 3.0.0
|
|
CATEGORIES= www
|
|
MASTER_SITES= KDE/stable/falkon/${DISTVERSION:R}/src/
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Web browser based on WebKit engine and Qt Framework
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cmake:outsource desktop-file-utils kde:5 ssl tar:xz
|
|
USE_KDE= wallet
|
|
USE_QT5= core dbus gui location network printsupport qml quick \
|
|
sql webchannel webengine widgets x11extras \
|
|
buildtools_build qmake_build
|
|
USE_XORG= xcb
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|