ports/devel/check/Makefile

20 lines
368 B
Makefile

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
SITES = https://github.com/libcheck/check/releases/download/$V/
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>