aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/scrypt/Makefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/security/scrypt/Makefile b/security/scrypt/Makefile
index c35e6f9b3d27..7cd0cd8bb2a2 100644
--- a/security/scrypt/Makefile
+++ b/security/scrypt/Makefile
@@ -6,25 +6,13 @@ 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 <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MSSE2}
-CONFIGURE_ARGS+= --enable-sse2
-.else
-CONFIGURE_ARGS+= --disable-sse2
-.endif
-
.include <bsd.port.mk>