mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
c91270bd8d
Thanks to antoine@ for the exp-run. Approved by: rakuco (mentor) Reviewed by: tcberner (mentor) Reviewed by: mat PR: 222000 (exp-run) Differential Revision: https://reviews.freebsd.org/D12299
36 lines
809 B
Makefile
36 lines
809 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cmake
|
|
DISTVERSION= 3.9.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>
|