1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/security/scrypt/Makefile
Colin Percival 3c6865e83b Update to 1.3.0. This adds a libscrypt-kdf header and shared library.
While I'm here, move USES to the correct location in the Makefile.

Reviewed by:	mat
2019-09-13 22:29:10 +00:00

28 lines
609 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= scrypt
PORTVERSION= 1.3.0
CATEGORIES= security
MASTER_SITES= http://www.tarsnap.com/scrypt/
MAINTAINER= cperciva@tarsnap.com
COMMENT= Key Derivation Function
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
USES= libtool ssl tar:tgz
GNU_CONFIGURE= yes
CONFIGURE_ENV= CFLAGS="-I${OPENSSLINC} ${CFLAGS}" \
LDFLAGS="-L${OPENSSLLIB} ${LDFLAGS}"
CONFIGURE_ARGS= --enable-libscrypt-kdf --disable-static
PLIST_FILES= bin/scrypt \
include/scrypt-kdf.h \
lib/libscrypt-kdf.so.1.0.0 \
man/man1/scrypt.1.gz
.include <bsd.port.mk>