Files
sthen 1b13452762 reset bcallah maintainer lines, quite a lot of timeouts which make it
tricky for others to work on the ports tree, this will also bring more
visible to portroach of those which are outdated
2026-02-11 15:12:24 +00:00

23 lines
439 B
Makefile

COMMENT = combinatorics library/utility from FreeBSD
DISTNAME = cmb-3.9.5
CATEGORIES = sysutils
REVISION = 1
SHARED_LIBS += cmb 0.0 # 0.0
HOMEPAGE = https://github.com/ibara/cmb
# BSD
PERMIT_PACKAGE = Yes
WANTLIB += c crypto m
SITES = https://github.com/ibara/cmb/releases/download/${DISTNAME}/
NO_TEST = Yes
post-install:
${INSTALL_DATA} ${WRKSRC}/lib/libcmb/cmb.h ${PREFIX}/include
.include <bsd.port.mk>