aboutsummaryrefslogtreecommitdiff
path: root/misc/qt6-doc/Makefile
blob: 1c699181a116d69f89da4ec5ac359b54eaa6d6d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	doc
DISTVERSION=	${QT6_VERSION}
CATEGORIES=	misc
PKGNAMEPREFIX=	qt6-

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Qt 6 module Documentations
WWW=		https://qt-project.org

BUILD_DEPENDS=	${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers

USES=		cmake compiler:c++17-lang \
		qt-dist:6
USE_QT=		base declarative tools
#USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}

.include <bsd.port.mk>