Files
matthieu c8198c3f91 Update to cppunit 1.15.1. Fixes build with llvm22.
ok tb@ who had the same diff.
2026-05-19 19:31:46 +00:00

26 lines
426 B
Makefile

COMMENT= c++ unit testing framework
DISTNAME= cppunit-1.15.1
SHARED_LIBS += cppunit 4.0 # 1.14.0
CATEGORIES= devel
HOMEPAGE= https://www.freedesktop.org/wiki/Software/cppunit/
# LGPLv2.1
PERMIT_PACKAGE= Yes
WANTLIB= c m ${COMPILER_LIBCXX}
SITES= https://dev-www.libreoffice.org/src/
COMPILER = base-clang ports-gcc
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --disable-doxygen
.include <bsd.port.mk>