Index: head/security/scrypt/Makefile =================================================================== --- head/security/scrypt/Makefile (revision 395299) +++ head/security/scrypt/Makefile (revision 395300) @@ -1,30 +1,18 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= scrypt PORTVERSION= 1.2.0 CATEGORIES= security MASTER_SITES= http://www.tarsnap.com/scrypt/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= cperciva@tarsnap.com COMMENT= Key Derivation Function GNU_CONFIGURE= yes USES= gmake tar:tgz -USE_LDCONFIG= yes PLIST_FILES= bin/scrypt \ man/man1/scrypt.1.gz - -OPTIONS_DEFINE= SSE2 -SSE2_DESC= Use SSE2-optimized code - -.include - -.if ${PORT_OPTIONS:MSSE2} -CONFIGURE_ARGS+= --enable-sse2 -.else -CONFIGURE_ARGS+= --disable-sse2 -.endif .include