mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
1b13452762
tricky for others to work on the ports tree, this will also bring more visible to portroach of those which are outdated
23 lines
439 B
Makefile
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>
|