aboutsummaryrefslogtreecommitdiffstats
path: root/security/rainbowcrack/Makefile
blob: c6849a6b9f6920402c533b5969d093e503c23114 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:   rainbowcrack
# Date created:        8 May 2006
# Whom:                bryan@freshdns.net
#
# $FreeBSD$
#

PORTNAME=   rainbowcrack
PORTVERSION=    1.2
CATEGORIES= security
MASTER_SITES=   http://freshdns.net/rainbowcrack/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Hash cracker that precomputes plaintext - ciphertext pairs in advance

DEPRECATED= Software was abandoned by author and master site has disappeared.
EXPIRATION_DATE=    2008-09-13

.include <bsd.port.pre.mk>

.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
BROKEN=     does not compile on ia64 or sparc64
.endif

post-patch:
    @${REINPLACE_CMD} -e 's|g++|$$(CXX) $$(CXXFLAGS)|; s|\-O3||' \
        ${WRKSRC}/${MAKEFILE}

do-install:
.for f in rcrack rtgen rtdump rtsort
    ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
.endfor
    ${MKDIR} ${EXAMPLESDIR}
    ${INSTALL_DATA} ${WRKSRC}/charset.txt ${EXAMPLESDIR}

.include <bsd.port.post.mk>