be86c4fe23
QtChooser allows you to select your version of Qt among those installed. However, this tool is no longer supported upstream and will not be available for Qt6. By default, our Qt installations are done in ${LOCALBASE}/lib/qt${QT_VERSION} as recommended. We have added symbolic linking for the main binaries to ${LOCALBASE}/bin with the suffix -qt5.
16 lines
406 B
Makefile
16 lines
406 B
Makefile
PORTNAME= qt5
|
|
DISTVERSION= ${QT5_VERSION}
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Cross-platform application and UI framework (metaport)
|
|
|
|
# * phonon4 is not part of Qt itself.
|
|
# * we don't want to pull in wayland just yet.
|
|
# XXX(rene) exclude webengine
|
|
USE_QT= ${_USE_QT_ALL:Nphonon4:Ndeclarative:Nwayland:Nwebengine:S/$/_run/}
|
|
USES= metaport qt:5
|
|
|
|
.include <bsd.port.mk>
|