aboutsummaryrefslogtreecommitdiff
path: root/devel/qt6-remoteobjects/Makefile
blob: 77a6eb091684be6b18ec4b86594324a8e6c7bba4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	remoteobjects
PORTVERSION=	${QT6_VERSION}
CATEGORIES=	devel
PKGNAMEPREFIX=	qt6-

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Qt6 Remote Objects module

BUILD_DEPENDS=	vulkan-headers>0:graphics/vulkan-headers

USES=		cmake compiler:c++11-lang gl pkgconfig qt-dist:6
USE_GL=		gl opengl
USE_QT=		base declarative

.include <bsd.port.mk>