aboutsummaryrefslogtreecommitdiffstats
path: root/security/hydra/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-05-22 07:55:39 +0800
committerpav <pav@FreeBSD.org>2005-05-22 07:55:39 +0800
commitda59e752c60c64f12422d8154bad3c0ffaba0177 (patch)
tree70d00e4ef6f978651e568eb9728f04341587ea53 /security/hydra/Makefile
parenta9d6e0da9aa12b0cf8946ed7e5ab29c291789f2c (diff)
downloadfreebsd-ports-gnome-da59e752c60c64f12422d8154bad3c0ffaba0177.tar.gz
freebsd-ports-gnome-da59e752c60c64f12422d8154bad3c0ffaba0177.tar.zst
freebsd-ports-gnome-da59e752c60c64f12422d8154bad3c0ffaba0177.zip
- Update to 4.6
- Enable xhydra build PR: ports/81275 Submitted by: Nicolas Blais <nb_root@videotron.ca> Approved by: Laurent LEVIER <llevier@argosnet.com> (maintainer)
Diffstat (limited to 'security/hydra/Makefile')
-rw-r--r--security/hydra/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/security/hydra/Makefile b/security/hydra/Makefile
index f133823e1520..dbd3c929162e 100644
--- a/security/hydra/Makefile
+++ b/security/hydra/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= hydra
-PORTVERSION= 4.5
+PORTVERSION= 4.6
CATEGORIES= security
MASTER_SITES= http://www.thc.org/releases/ \
${MASTER_SITE_PACKETSTORM}
@@ -18,9 +18,11 @@ MAINTAINER= llevier@argosnet.com
COMMENT= Brute force attack utility working on multiple network services
NO_LATEST_LINK= yes
-PLIST_FILES= bin/hydra
+PLIST_FILES= bin/hydra bin/xhydra
USE_REINPLACE= yes
GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_GNOME= gtk20
USE_OPENSSL= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src
@@ -30,6 +32,6 @@ post-patch:
${WRKSRC}/Makefile.am
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/hydra ${PREFIX}/bin
+ @${INSTALL_PROGRAM} ${WRKSRC}/hydra ${WRKSRC}/hydra-gtk/src/xhydra ${PREFIX}/bin
.include <bsd.port.mk>