mirror of
https://git.freebsd.org/ports.git
synced 2025-05-23 04:03:14 -04:00
* rebase the KDE patched Qt5 ontop of the 5.15.7 branch * update qt5-script to 5.15.11 Exp-run by: antoine PR: 268533
19 lines
456 B
Makefile
19 lines
456 B
Makefile
PORTNAME= qdoc
|
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
|
CATEGORIES= devel textproc
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt documentation generator
|
|
|
|
USES= compiler:c++11-lang llvm:build,run qmake qt-dist:5,tools
|
|
USE_QT= core declarative buildtools:build qdoc-data:run
|
|
|
|
BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
|
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
|
|
|
CONFIGURE_ENV= LLVM_INSTALL_DIR=${LLVM_PREFIX}
|
|
|
|
QT_BINARIES= yes
|
|
|
|
.include <bsd.port.mk>
|