pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
heatshrink: Migrate from USE_CMAKE to cmake/build.mk.
Module Name: pkgsrc-wip
Committed By: Paul Ripke <stix%stix.id.au@localhost>
Pushed By: stix
Date: Mon May 27 20:10:52 2024 +1000
Changeset: 36136644d3a0874a9525301c069f8d6f30587abd
Modified Files:
heatshrink/Makefile
Log Message:
heatshrink: Migrate from USE_CMAKE to cmake/build.mk.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=36136644d3a0874a9525301c069f8d6f30587abd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
heatshrink/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/heatshrink/Makefile b/heatshrink/Makefile
index e12e6c97c6..9eb401baac 100644
--- a/heatshrink/Makefile
+++ b/heatshrink/Makefile
@@ -11,11 +11,11 @@ HOMEPAGE= https://github.com/atomicobject/heatshrink
COMMENT= Data compression library for embedded/real-time systems
LICENSE= isc
-USE_CMAKE= yes
-USE_TOOLS+= cmake gmake
+USE_TOOLS+= gmake
INSTALLATION_DIRS+= bin include lib
post-extract:
${CP} ${FILESDIR}/CMakeLists.txt ${FILESDIR}/Config.cmake.in ${WRKSRC}/
+.include "../../devel/cmake/build.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index