Fix: ===> cmake-3.28.2 depends on file: /usr/local/man/man1/cmake.1.gz - not found ===> Installing existing package /packages/All/cmake-man-3.28.2.pkg [kq64] Installing cmake-man-3.28.2... [kq64] Extracting cmake-man-3.28.2: .......... done ===> cmake-3.28.2 depends on file: /usr/local/man/man1/cmake.1.gz - not found *** Error code 1 Stop. make: stopped in /usr/ports/devel/cmake =>> Cleaning up wrkdir ===> Cleaning for cmake-3.28.2 Approved by: portmgr (implicit, just fix it)
29 lines
687 B
Makefile
29 lines
687 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}/share/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>
|