blob: 983f64ee4f125c9b2771f67d87691904cbf77c46 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
PORTNAME= webview
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
CATEGORIES= www
PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt component for displaying web content
USES= compiler:c++11-lang gl qmake:norecursive qt-dist:5
USE_GL= gl
USE_QT= core declarative gui location network webchannel \
buildtools_build
.include <bsd.port.pre.mk>
.if ${ARCH} == amd64 || ${ARCH} == i386
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
EXPIRATION_DATE=2021-06-23
PLIST_SUB+= WEBENGINE=""
USE_QT+= webengine
.else
PLIST_SUB+= WEBENGINE="@comment "
.endif
.include <bsd.port.post.mk>
|