summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-26 21:34:35 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-26 21:34:35 +0000
commit9d8944598b2bd70cb014ce5abd112af3901a08b4 (patch)
tree3d7e054e2195610f497a5475927771b4a36ad49b /security
parent- Mark BROKEN on i386: (diff)
- Mark ONLY_FOR_ARCHS: uses x86 assembly
- Optionize EXAMPLES
Notes
Notes: svn path=/head/; revision=390669
Diffstat (limited to 'security')
-rw-r--r--security/rainbowcrack/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/security/rainbowcrack/Makefile b/security/rainbowcrack/Makefile
index 3de108aab9e3..3f5f742e505e 100644
--- a/security/rainbowcrack/Makefile
+++ b/security/rainbowcrack/Makefile
@@ -9,13 +9,12 @@ MASTER_SITES= http://www.semprixd.com/shares/ports/
MAINTAINER= ports@FreeBSD.org
COMMENT= Hash cracker that precomputes plaintext - ciphertext pairs in advance
-USES= dos2unix
+ONLY_FOR_ARCHS= i386 amd64
+ONLY_FOR_ARCHS_REASON= uses x86 assembly
-.include <bsd.port.pre.mk>
+USES= dos2unix
-.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
-BROKEN= does not compile on ia64, powerpc, or sparc64
-.endif
+OPTIONS_DEFINE= EXAMPLES
post-patch:
@${REINPLACE_CMD} \
@@ -30,4 +29,4 @@ do-install:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/charset.txt ${STAGEDIR}${EXAMPLESDIR}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>