2017-09-18 11:52:56 +02:00
|
|
|
# $NetBSD: Makefile,v 1.76 2017/09/18 09:53:33 maya Exp $
|
THC-Hydra the best parallized login hacker is available: for Samba,
FTP, POP3, IMAP, Telnet, HTTP Auth, LDAP NNTP, VNC, ICQ, Socks5,
PCNFS, Cisco and more. Includes SSL support and is part of Nessus.
2005-04-17 14:19:54 +02:00
|
|
|
#
|
|
|
|
|
2013-09-21 01:10:12 +02:00
|
|
|
DISTNAME= hydra-7.5
|
2017-09-18 11:52:56 +02:00
|
|
|
PKGREVISION= 20
|
THC-Hydra the best parallized login hacker is available: for Samba,
FTP, POP3, IMAP, Telnet, HTTP Auth, LDAP NNTP, VNC, ICQ, Socks5,
PCNFS, Cisco and more. Includes SSL support and is part of Nessus.
2005-04-17 14:19:54 +02:00
|
|
|
CATEGORIES= security
|
2008-01-05 06:09:09 +01:00
|
|
|
MASTER_SITES= http://freeworld.thc.org/releases/
|
THC-Hydra the best parallized login hacker is available: for Samba,
FTP, POP3, IMAP, Telnet, HTTP Auth, LDAP NNTP, VNC, ICQ, Socks5,
PCNFS, Cisco and more. Includes SSL support and is part of Nessus.
2005-04-17 14:19:54 +02:00
|
|
|
|
2009-07-17 20:00:13 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2017-08-16 22:45:30 +02:00
|
|
|
#HOMEPAGE= http://freeworld.thc.org/thc-hydra/
|
THC-Hydra the best parallized login hacker is available: for Samba,
FTP, POP3, IMAP, Telnet, HTTP Auth, LDAP NNTP, VNC, ICQ, Socks5,
PCNFS, Cisco and more. Includes SSL support and is part of Nessus.
2005-04-17 14:19:54 +02:00
|
|
|
COMMENT= Login password cracker
|
2013-09-21 01:10:12 +02:00
|
|
|
LICENSE= gnu-agpl-v3
|
THC-Hydra the best parallized login hacker is available: for Samba,
FTP, POP3, IMAP, Telnet, HTTP Auth, LDAP NNTP, VNC, ICQ, Socks5,
PCNFS, Cisco and more. Includes SSL support and is part of Nessus.
2005-04-17 14:19:54 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
2013-09-21 01:10:12 +02:00
|
|
|
USE_TOOLS+= pkg-config gmake
|
THC-Hydra the best parallized login hacker is available: for Samba,
FTP, POP3, IMAP, Telnet, HTTP Auth, LDAP NNTP, VNC, ICQ, Socks5,
PCNFS, Cisco and more. Includes SSL support and is part of Nessus.
2005-04-17 14:19:54 +02:00
|
|
|
GNU_CONFIGURE= YES
|
2013-09-21 01:10:12 +02:00
|
|
|
|
|
|
|
CONFIGURE_ENV+= BUILDLINK_DIR=${BUILDLINK_DIR:Q}
|
|
|
|
|
2005-12-06 00:55:01 +01:00
|
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
|
THC-Hydra the best parallized login hacker is available: for Samba,
FTP, POP3, IMAP, Telnet, HTTP Auth, LDAP NNTP, VNC, ICQ, Socks5,
PCNFS, Cisco and more. Includes SSL support and is part of Nessus.
2005-04-17 14:19:54 +02:00
|
|
|
|
2005-06-17 05:50:19 +02:00
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
|
2013-10-24 11:40:39 +02:00
|
|
|
LDFLAGS.SunOS+= -lsocket -lnsl
|
|
|
|
|
2006-05-13 01:35:55 +02:00
|
|
|
.include "options.mk"
|
THC-Hydra the best parallized login hacker is available: for Samba,
FTP, POP3, IMAP, Telnet, HTTP Auth, LDAP NNTP, VNC, ICQ, Socks5,
PCNFS, Cisco and more. Includes SSL support and is part of Nessus.
2005-04-17 14:19:54 +02:00
|
|
|
|
2013-09-21 01:10:12 +02:00
|
|
|
.include "../../devel/libidn/buildlink3.mk"
|
|
|
|
.include "../../devel/pcre/buildlink3.mk"
|
THC-Hydra the best parallized login hacker is available: for Samba,
FTP, POP3, IMAP, Telnet, HTTP Auth, LDAP NNTP, VNC, ICQ, Socks5,
PCNFS, Cisco and more. Includes SSL support and is part of Nessus.
2005-04-17 14:19:54 +02:00
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
|
|
.include "../../security/libssh/buildlink3.mk"
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|