openbsd-ports/devel/cpptest/Makefile
2022-03-11 18:49:30 +00:00

28 lines
452 B
Makefile

COMMENT = unit testing framework
V = 2.0.0
DISTNAME = cpptest-${V}
SHARED_LIBS += cpptest 1.0 # 0.7
CATEGORIES = devel
HOMEPAGE = https://cpptest.sourceforge.io
# LGPLv2+
PERMIT_PACKAGE = Yes
WANTLIB += m ${COMPILER_LIBCXX}
MASTER_SITES = https://github.com/cpptest/cpptest/releases/download/${V}/
# C++11
COMPILER = base-clang ports-gcc
CONFIGURE_STYLE = gnu
do-test:
${WRKSRC}/test/mytest
.include <bsd.port.mk>