1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/www/qt5-webview/Makefile
Jason E. Hale 2a5c778173 Qt5: Update to 5.15.10
Update devel/qt5-script* and www/qt5-webengine to 5.15.15-lts
Update devel/pyside2* and devel/shiboken2 to 5.15.10

Release note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/5.15.10/release-note.md

PR:		273934
Exp-run by:	antoine
2023-09-25 11:35:16 -04:00

25 lines
538 B
Makefile

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 perl5 qmake:norecursive qt-dist:5
USE_GL= gl
USE_PERL5= build
USE_QT= core declarative gui location network webchannel \
buildtools:build
.include <bsd.port.pre.mk>
.if ${ARCH} == amd64 || ${ARCH} == i386
PLIST_SUB+= WEBENGINE=""
USE_QT+= webengine
.else
PLIST_SUB+= WEBENGINE="@comment "
.endif
.include <bsd.port.post.mk>