ports/security/libb2/Makefile

30 lines
512 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
V = 0.98.1
DISTNAME = libb2-${V}
EPOCH = 0
SHARED_LIBS = b2 0.0 # 1.3
CATEGORIES = security
HOMEPAGE = https://blake2.net/
MAINTAINER = Bjorn Ketelaars <bket@openbsd.org>
# CC0
PERMIT_PACKAGE = Yes
2023-09-28 02:05:49 +00:00
SITES = https://github.com/BLAKE2/libb2/releases/download/v${V}/
2023-08-16 22:26:55 +00:00
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = autoconf
CONFIGURE_ARGS = --disable-fat \
--disable-native \
--disable-openmp
AUTOCONF_VERSION = 2.69
.include <bsd.port.mk>