openbsd-ports/security/hydra/Makefile
pvalchev 4c2fc0505a Restore original maintainer, we do not just change names like that without
approval from the original person (who is responsive in this case, too)
2004-10-08 19:51:09 +00:00

36 lines
760 B
Makefile

# $OpenBSD: Makefile,v 1.14 2004/10/08 19:51:09 pvalchev Exp $
COMMENT= "parallelized login hacker"
DISTNAME= hydra-4.1-src
CATEGORIES= security
HOMEPAGE= http://www.thc.org/
MASTER_SITES= ${HOMEPAGE}/releases/ \
${MASTER_SITE_PACKETSTORM:=groups/thc/}
MAINTAINER= Margarida Sequeira <margarida@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
NO_REGRESS= Yes
CONFIGURE_STYLE= gnu dest
post-extract:
@chmod -R u+w ${WRKDIST}
MAKE_FLAGS= CC="${CC}" OPTS="${CFLAGS}"
FAKE_FLAGS= INSTALL="${WRKINST}${PREFIX}/bin"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hydra
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/hydra
.include <bsd.port.mk>