1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/misc/qt6-doc/Makefile

20 lines
402 B
Makefile
Raw Normal View History

PORTNAME= doc
DISTVERSION= ${QT6_VERSION}
CATEGORIES= misc
PKGNAMEPREFIX= qt6-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt 6 module Documentations
BUILD_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers
USES= cmake compiler:c++17-lang \
qt-dist:6
USE_QT= base declarative sqldriver-sqlite tools
ALL_TARGET= docs
INSTALL_TARGET= install_docs
NO_ARCH= yes
.include <bsd.port.mk>