blob: fe3cc2a9ae1a3885e0f2e9e61b1d873775aef8dd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
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>
|