e84a6af2c1
- Handle the case where the CPU supports AVX, but we are running on an hypervisor with AVX disabled/not supported. - Faster (2x) scalarmult_base() when using the ref10 implementation
18 lines
447 B
Makefile
18 lines
447 B
Makefile
# $NetBSD: Makefile,v 1.9 2016/02/07 10:59:18 adam Exp $
|
|
|
|
DISTNAME= libsodium-1.0.8
|
|
CATEGORIES= security
|
|
MASTER_SITES= https://download.libsodium.org/libsodium/releases/
|
|
|
|
MAINTAINER= pkgsrc@NetBSD.org
|
|
HOMEPAGE= https://download.libsodium.org/doc/
|
|
COMMENT= Library for build higher-level cryptographic tools
|
|
LICENSE= isc
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
PKGCONFIG_OVERRIDE= libsodium.pc.in
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|