freebsd-ports/devel/qt5/Makefile
2023-04-25 17:17:15 +02:00

16 lines
456 B
Makefile

PORTNAME= qt5
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 4
CATEGORIES= devel
MAINTAINER= kde@FreeBSD.org
COMMENT= Cross-platform application and UI framework (metaport)
WWW= https://www.qt.io/
# * phonon4 is not part of Qt itself.
# * we don't want to pull in wayland just yet.
# XXX(rene) exclude webengine and sql-ibase
USE_QT= ${_USE_QT_ALL:Nphonon4:Ndeclarative:Nwayland:Nwebengine:Nsql-ibase:S/$/:run/}
USES= metaport qt:5
.include <bsd.port.mk>