b217c7fc9c
For ports optionally dependending on Python 2.7, just mark those options as expired. Remove konquerer from the x11/kde-baseapps metaport and bump its PORTREVISION. Submitted by: rene Reviewed by: portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D28665
48 lines
1.2 KiB
Makefile
48 lines
1.2 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= falkon
|
|
DISTVERSION= 3.1.0
|
|
CATEGORIES= www
|
|
MASTER_SITES= KDE/stable/falkon/${DISTVERSION:R}/
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Web browser based on Webengine and Qt Framework
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
|
EXPIRATION_DATE=2021-06-23
|
|
|
|
USES= cmake desktop-file-utils kde:5 qt:5 ssl tar:xz xorg
|
|
USE_KDE= ecm_build i18n
|
|
USE_QT= concurrent core dbus declarative gui location network printsupport \
|
|
sql webchannel webengine widgets x11extras \
|
|
buildtools_build qmake_build
|
|
USE_XORG= xcb
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_PySide2
|
|
|
|
FLAVORS= default qtonly
|
|
FLAVOR?= default
|
|
qtonly_PKGNAMESUFFIX= -qtonly
|
|
|
|
.if ${FLAVOR} != qtonly
|
|
CMAKE_ON+= ENABLE_KDE_FRAMEWORKS_INTEGRATION_PLUGIN
|
|
USE_KDE+= completion config coreaddons crash jobwidgets kio purpose service wallet widgetsaddons
|
|
PLIST_SUB= KDEINTEGRATION=""
|
|
.else
|
|
PLIST_SUB= KDEINTEGRATION="@comment "
|
|
.endif
|
|
|
|
OPTIONS_DEFINE= GNOMEKEYRING
|
|
OPTIONS_SUB= YES
|
|
|
|
GNOMEKEYRING_CMAKE_BOOL= BUILD_KEYRING
|
|
GNOMEKEYRING_USE= GNOME=glib20
|
|
GNOMEKEYRING_USES= gnome pkgconfig
|
|
GNOMEKEYRING_LIB_DEPENDS= libgnome-keyring.so:security/libgnome-keyring
|
|
|
|
.include <bsd.port.mk>
|