ports/devel/cpptest/Makefile

28 lines
446 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
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}
2023-09-22 16:24:11 +00:00
SITES = https://github.com/cpptest/cpptest/releases/download/${V}/
2023-08-16 22:26:55 +00:00
# C++11
COMPILER = base-clang ports-gcc
CONFIGURE_STYLE = gnu
do-test:
${WRKSRC}/test/mytest
.include <bsd.port.mk>