2003-06-30 09:41:04 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: hydra
|
|
|
|
# Date created: Tue Oct 08, 2002
|
|
|
|
# Whom: Laurent LEVIER (llevier@argosnet.com)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= hydra
|
|
|
|
PORTVERSION= 2.2
|
2003-10-20 12:48:56 +02:00
|
|
|
PORTREVISION= 1
|
2003-06-30 09:41:04 +02:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= http://www.thc.org/releases/ \
|
|
|
|
${MASTER_SITE_PACKETSTORM}
|
|
|
|
MASTER_SITE_SUBDIR= groups/thc
|
|
|
|
|
|
|
|
MAINTAINER= llevier@argosnet.com
|
|
|
|
COMMENT= Bruce Force Attack Utility working on multiple network services
|
|
|
|
|
2003-10-20 12:48:56 +02:00
|
|
|
USE_REINPLACE= yes
|
2003-06-30 09:41:04 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2003-10-20 12:48:56 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|CC = gcc||; \
|
|
|
|
s|-O2|${CFLAGS}|' \
|
|
|
|
${WRKSRC}/Makefile.am
|
2003-10-16 03:31:58 +02:00
|
|
|
|
2003-10-20 12:48:56 +02:00
|
|
|
do-install:
|
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/hydra ${PREFIX}/bin
|
2003-06-30 09:41:04 +02:00
|
|
|
|
2003-10-20 12:48:56 +02:00
|
|
|
.include <bsd.port.mk>
|