ports/devel/check/Makefile

21 lines
368 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = unit test framework for C programs
V = 0.12.0
DISTNAME = check-$V
SHARED_LIBS += check 3.1 # unknown
CATEGORIES = devel
HOMEPAGE = https://libcheck.github.io/check/
# LGPLv2.1
PERMIT_PACKAGE = Yes
WANTLIB += m pthread
2023-09-22 16:24:11 +00:00
SITES = https://github.com/libcheck/check/releases/download/$V/
2023-08-16 22:26:55 +00:00
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>