openbsd-ports/security/slurpie/Makefile
danh 4fb9d93ace Slurpie is a passwd file cracker similar to CrackerJack and John
the Ripper except that it can be run in a distributed environment
(multiple computers aka nodes).

Submitted by:	Brian Caswell <bmc@mitre.org>
2001-01-03 22:34:09 +00:00

31 lines
930 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/01/03 22:34:09 danh Exp $
# $FreeBSD: ports/security/slurpie/Makefile,v 1.4 2000/11/06 00:09:26 obrien Exp $
VERSION= 2.0b
DISTNAME= slurpie
PKGNAME= ${DISTNAME}-${VERSION}
CATEGORIES= security
NEED_VERSION= 1.348
MASTER_SITES= http://www.jps.net/coati/archives/
EXTRACT_SUFX= .tgz
HOMEPAGE= http://www.jps.net/coati/archives/slurpie.html
MAINTAINER= Brian Caswell <bmc@mitre.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/slurp ${PREFIX}/sbin
${INSTALL_PROGRAM} ${WRKSRC}/slurpie ${PREFIX}/sbin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/slurpie
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/slurpie/README
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/slurpie
${INSTALL_DATA} ${WRKSRC}/hosts.dat \
${PREFIX}/share/examples/slurpie/hosts.dat
.include <bsd.port.mk>