opnsense-ports/security/mdcrack/Makefile
Franco Fichtner 6c75fd70de */*: sync with upstream
Taken from: FreeBSD
2016-02-04 03:43:24 +01:00

29 lines
640 B
Makefile

# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= mdcrack
PORTVERSION= 1.2
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://membres.lycos.fr/mdcrack/download/
MAINTAINER= lasg@lasg.dk
COMMENT= Bruteforce password MD5 hashes
ALL_TARGET= little
PLIST_FILES= bin/mdcrack
MAKE_ARGS= LDFLAGS="${LDFLAGS} -lncurses"
USES= compiler:features ncurses
.include <bsd.port.pre.mk>
.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 36
post-patch:
@${REINPLACE_CMD} -e 's|-fforce-addr||' ${WRKSRC}/Makefile
.endif
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.post.mk>