mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
ea8c8ec7da
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
41 lines
971 B
Makefile
41 lines
971 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= otter-browser
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.0.01
|
|
PORTREVISION= 3
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Browser based on Qt 5
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell
|
|
|
|
USES= cmake compiler:c++11-lib desktop-file-utils qt:5
|
|
USE_QT= concurrent core dbus declarative gui multimedia network printsupport \
|
|
script sql sql-sqlite3 svg widgets xmlpatterns \
|
|
buildtools_build qmake_build
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= OtterBrowser
|
|
|
|
OPTIONS_MULTI= BACKEND
|
|
OPTIONS_MULTI_BACKEND= QTWEBENGINE QTWEBKIT
|
|
OPTIONS_DEFAULT= QTWEBKIT
|
|
OPTIONS_DEFAULT_amd64= QTWEBENGINE
|
|
OPTIONS_DEFAULT_i386= QTWEBENGINE
|
|
|
|
QTWEBENGINE_DESC= Build QtWebEngine backend
|
|
QTWEBKIT_DESC= Build QtWebKit backend
|
|
|
|
QTWEBENGINE_USE= qt=declarative,location,webchannel,webengine
|
|
QTWEBENGINE_CMAKE_BOOL= ENABLE_QTWEBENGINE
|
|
|
|
QTWEBKIT_USE= qt=webkit
|
|
QTWEBKIT_CMAKE_BOOL= ENABLE_QTWEBKIT
|
|
|
|
.include <bsd.port.mk>
|