summaryrefslogtreecommitdiff
path: root/devel/qt5/Makefile
blob: ff45fb8e040a55cb8e03cfa248b63c179b46658e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	qt5
DISTVERSION=	${QT5_VERSION}
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
USE_QT=		${_USE_QT_ALL:Ndeclarative:Nwayland:Nwebengine:S/$/:run/}
USES=		metaport qt:5

.include <bsd.port.mk>