aboutsummaryrefslogtreecommitdiff
path: root/devel/cmake/Makefile
blob: 224829f21f04b6ebb5be5f500bca39a6a5bb2481 (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
29
PORTNAME=	cmake
DISTVERSION=	3.23.3
CATEGORIES=	devel
PORTREVISION=	1

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>