freebsd-ports/devel/cmake/Makefile
Dima Panov 7bdeb4414c */cmake*: hoist cmake version to cmake.mk (+)
Differential Revision:	D31894 (revisited)
2022-11-08 22:50:59 +03:00

29 lines
681 B
Makefile

PORTNAME= cmake
DISTVERSION= ${_CMAKE_VERSION}
CATEGORIES= devel
MAINTAINER= kde@FreeBSD.org
COMMENT= Meta-port to connect all CMake bits
WWW= https://www.cmake.org/
LICENSE= BSD3CLAUSE
USES= cmake:run metaport
NO_LICENSES_INSTALL= yes
PLIST_FILES= # not applicable
OPTIONS_DEFINE= DOCS GUI MANPAGES
OPTIONS_DEFAULT= MANPAGES
GUI_DESC= Qt-based GUI
DOCS_RUN_DEPENDS= ${LOCALBASE}/share/doc/cmake/html/index.html:devel/cmake-doc
GUI_RUN_DEPENDS= ${LOCALBASE}/bin/cmake-gui:devel/cmake-gui
MANPAGES_RUN_DEPENDS= ${LOCALBASE}/man/man1/cmake.1.gz:devel/cmake-man
# Mk/Uses/cmake.mk sets do-configure which we don't want for a meta-port
do-configure:
.include <bsd.port.mk>