1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/security/hydra/Makefile
Mikhail Teterin f905b6fb85 Upgrade from 2.6 to 4.0. Declare USE_OPENSSL. Use the OpenSSL's libraries
instead of looking for the obsolete libdes. Use OpenSSL's MD4-functions
instead of compiling Hydra's own md4.c.

Approved by:	maintainer
2004-05-05 20:24:04 +00:00

35 lines
745 B
Makefile

# ex:ts=8
# Ports collection makefile for: hydra
# Date created: Tue Oct 08, 2002
# Whom: Laurent LEVIER (llevier@argosnet.com)
#
# $FreeBSD$
#
PORTNAME= hydra
PORTVERSION= 4.0
CATEGORIES= security
MASTER_SITES= http://www.thc.org/releases/ \
${MASTER_SITE_PACKETSTORM}
EXTRACT_SUFX= -src.tar.gz
MASTER_SITE_SUBDIR= groups/thc
MAINTAINER= llevier@argosnet.com
COMMENT= Brute force attack utility working on multiple network services
NO_LATEST_LINK= yes
PLIST_FILES= bin/hydra
USE_REINPLACE= yes
GNU_CONFIGURE= yes
USE_OPENSSL= yes
post-patch:
@${REINPLACE_CMD} -e 's|CC = gcc||; \
s|-O2|${CFLAGS}|; s|md4\..||g' \
${WRKSRC}/Makefile.am
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/hydra ${PREFIX}/bin
.include <bsd.port.mk>