9305904409
PR: ports/64806 Submitted by: Laurent LEVIER <root@tirion.argosnet.com> (maintainer)
32 lines
689 B
Makefile
32 lines
689 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= 2.6
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.thc.org/releases/ \
|
|
${MASTER_SITE_PACKETSTORM}
|
|
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
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|CC = gcc||; \
|
|
s|-O2|${CFLAGS}|' \
|
|
${WRKSRC}/Makefile.am
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/hydra ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|