pkgsrc-wip/lcrack/Makefile
Blue Rats c222660538 Maintainer stated that no time is available to work on pkgsrc anymore, but
wouldn't mind seeing other people continue to maintain these packages.
Resetting to pkgsrc-users@NetBSD.org
2012-11-25 23:32:07 +00:00

25 lines
600 B
Makefile

# $NetBSD: Makefile,v 1.6 2012/11/25 23:32:24 othyro Exp $
#
DISTNAME= lcrack-20040914
CATEGORIES= security
MASTER_SITES= http://usuarios.lycos.es/reinob/lcrack/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://usuarios.lycos.es/reinob/
COMMENT= Generic password hash cracker
WRKSRC= ${WRKDIR}/
HAS_CONFIGURE= yes
CONFIGURE_ARGS+=unknown # talking with authors to solve this :)
INSTALLATION_DIRS= bin
do-install:
.for _file_ in lcrack mkword regex mktbl
${INSTALL_PROGRAM} ${WRKSRC}/${_file_} ${DESTDIR}${PREFIX}/bin/${_file_}
.endfor
.undef _file_
.include "../../mk/bsd.pkg.mk"