mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
d917f8db47
Thanks to antoine@ for the exp-run. PR: 219765 Submitted by: Adriaan de Groot <groot@kde.org>
36 lines
809 B
Makefile
36 lines
809 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cmake
|
|
PORTVERSION= 3.8.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://www.cmake.org/files/v${PORTVERSION:R}/
|
|
PKGNAMESUFFIX= -doc
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= HTML and Qt Creator helpfiles for CMake
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/Copyright.txt
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../cmake/distinfo
|
|
|
|
BUILD_DEPENDS= sphinx-build:textproc/py-sphinx
|
|
|
|
NO_ARCH= yes
|
|
USES= cmake:outsource
|
|
USE_QT5= help_build
|
|
|
|
CMAKE_ARGS= -DSPHINX_MAN:BOOL=OFF \
|
|
-DSPHINX_HTML:BOOL=ON \
|
|
-DSPHINX_QTHELP:BOOL=ON \
|
|
-DCMAKE_DOC_DIR:STRING="${DOCSDIR_REL}" \
|
|
-DQCOLLECTIONGENERATOR_EXECUTABLE=${QT_BINDIR}/qcollectiongenerator
|
|
CMAKE_SOURCE_PATH= ${WRKSRC}/Utilities/Sphinx
|
|
|
|
ALL_TARGET= documentation
|
|
INSTALL_TARGET= install
|
|
|
|
PLIST_SUB= CMAKEVERSION="${PORTVERSION:S/.//g}"
|
|
|
|
.include <bsd.port.mk>
|