aab2944868
Backport upstream commit 0e70150002ab7bcb626109b287f23c62ecf97565 Changelog: https://gitlab.com/cmocka/cmocka/-/compare/cmocka-1.1.5...cmocka-1.1.7?from_project_id=6918754&straight=false Sources: https://git.cryptomilk.org/projects/cmocka.git/commit/?id=0e70150002ab7bcb626109b287f23c62ecf97565 https://git.alpinelinux.org/aports/tree/main/cmocka/wordsize.patch PR: 274477 Approved by: maintainer timeout, 1+ year
19 lines
389 B
Makefile
19 lines
389 B
Makefile
PORTNAME= cmocka
|
|
DISTVERSION= 1.1.7
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://cmocka.org/files/1.1/
|
|
|
|
MAINTAINER= dteske@FreeBSD.org
|
|
COMMENT= Unit testing framework for C with support for mock objects
|
|
WWW= https://cmocka.org/
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cmake:testing pathfix tar:xz
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_TESTING_ON= UNIT_TESTING
|
|
|
|
.include <bsd.port.mk>
|