1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/www/falkon/Makefile
Adriaan de Groot 42ac7cfc9a New port: www/falkon, the successor to www/qupzilla-qt5
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
2018-03-05 11:25:35 +00:00

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>