Files
sthen 1b13452762 reset bcallah maintainer lines, quite a lot of timeouts which make it
tricky for others to work on the ports tree, this will also bring more
visible to portroach of those which are outdated
2026-02-11 15:12:24 +00:00

31 lines
521 B
Makefile

COMMENT = elegant unit testing framework for C
DISTNAME = cmocka-1.1.5
REVISION = 0
SHARED_LIBS += cmocka 0.4 # 0.5
CATEGORIES = devel
HOMEPAGE = https://cmocka.org/
# Apache License v2
PERMIT_PACKAGE = Yes
SITES = https://cmocka.org/files/1.1/
EXTRACT_SUFX = .tar.xz
MODULES = devel/cmake
CONFIGURE_ARGS += -DUNIT_TESTING=ON
# evertyhing except tests
ALL_TARGET = cmocka
# build whatever is left (ca. 64 C test files)
pre-test:
@${MODCMAKE_BUILD_TARGET}
.include <bsd.port.mk>