1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

- Stage support

This commit is contained in:
Martin Wilke 2014-01-31 16:48:26 +00:00
parent 8467cbae4a
commit f8d75dda31
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342023

View File

@ -11,16 +11,15 @@ MAINTAINER= wen@FreeBSD.org
COMMENT= Key Derivation Function
GNU_CONFIGURE= yes
USE_GMAKE= yes
USES= gmake
USE_LDCONFIG= yes
PLIST_FILES= bin/scrypt
MAN1= scrypt.1
PLIST_FILES= bin/scrypt \
man/man1/scrypt.1.gz
OPTIONS_DEFINE= SSE2
SSE2_DESC= Use SSE2-optimized code
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSSE2}