mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
devel/cmake-core: drop duplication with cmake.mk
This commit is contained in:
parent
4963e985a4
commit
ba50bfd158
1 changed files with 1 additions and 7 deletions
|
@ -55,12 +55,6 @@ OPTIONS_SUB= yes
|
|||
CPACK_DESC= Enable FreeBSD generator in CPack
|
||||
CPACK_LIB_DEPENDS= libpkg.so:${PKG_ORIGIN}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(STRIP) && ${STRIP} != "" && !defined(WITH_DEBUG)
|
||||
INSTALL_TARGET= install/strip
|
||||
.endif
|
||||
|
||||
# Before running configure, substitute in the values of options
|
||||
# for the build. CMake's configure doesn't accept --with-foo
|
||||
# or similar options: it expects them to be set in CMake-style
|
||||
|
@ -109,4 +103,4 @@ post-install:
|
|||
# source directories, but gets accidentally installed.
|
||||
@${FIND} ${STAGEDIR}${PREFIX} -name ".NoDartCoverage" -delete
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue