Significant changes since 1.1.6: * You can now specify "-" as the input file, meaning standard input. * Lots and lots of code reorganization, including changes to the build system. * scrypt now consults the hw.memsize sysctl on relevant platforms to figure out how much memory is available. (This should help on OS X.) * scrypt now detects and uses AESNI instructions for encryption/decryption. * scrypt now detects and uses SSE2 instructions automatically (and thus there is no longer an --enable-sse2 option to the configure script).
16 lines
396 B
Makefile
16 lines
396 B
Makefile
# $NetBSD: Makefile,v 1.3 2015/08/23 14:42:30 wiz Exp $
|
|
|
|
DISTNAME= scrypt-1.2.0
|
|
CATEGORIES= security
|
|
MASTER_SITES= https://www.tarsnap.com/scrypt/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pettai@NetBSD.org
|
|
HOMEPAGE= https://www.tarsnap.com/scrypt/
|
|
COMMENT= Encrypt and decrypt files
|
|
LICENSE= 2-clause-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|