View | Details | Raw Unified | Return to bug 196374
Collapse All | Expand All

(-)Makefile (-6 / +6 lines)
Lines 23-34 Link Here
23
		--parallel=${MAKE_JOBS_NUMBER} \
23
		--parallel=${MAKE_JOBS_NUMBER} \
24
		--init="${PATCHDIR}/InitialCache.cmake"
24
		--init="${PATCHDIR}/InitialCache.cmake"
25
25
26
.include <bsd.port.pre.mk>
27
28
.if defined(STRIP) && ${STRIP} != "" && !defined(WITH_DEBUG)
29
INSTALL_TARGET=	install/strip
30
.endif
31
32
.if !defined(CMAKE_MODULES)
26
.if !defined(CMAKE_MODULES)
33
OPTIONS_DEFINE=	DOCS
27
OPTIONS_DEFINE=	DOCS
34
OPTIONS_SUB=	yes
28
OPTIONS_SUB=	yes
Lines 40-45 Link Here
40
RUN_DEPENDS=	${LOCALBASE}/share/cmake/Modules/CMake.cmake:${PORTSDIR}/devel/cmake-modules
34
RUN_DEPENDS=	${LOCALBASE}/share/cmake/Modules/CMake.cmake:${PORTSDIR}/devel/cmake-modules
41
.endif
35
.endif
42
36
37
.include <bsd.port.pre.mk>
38
39
.if defined(STRIP) && ${STRIP} != "" && !defined(WITH_DEBUG)
40
INSTALL_TARGET= install/strip
41
.endif
42
43
post-patch:
43
post-patch:
44
	@(${FIND} ${WRKSRC}/Modules -name "*.cmake" -print0; \
44
	@(${FIND} ${WRKSRC}/Modules -name "*.cmake" -print0; \
45
		${FIND} ${WRKSRC}/Tests -name "CMakeLists.txt" -print0 ) | \
45
		${FIND} ${WRKSRC}/Tests -name "CMakeLists.txt" -print0 ) | \

Return to bug 196374