# $Id: Portfile,v 1.7 2005/09/13 06:57:52 olegb Exp $
PortSystem 1.0
name            l0phtcrack
version         1.5
distfiles       lcsrc.zip
categories      sysutils security
maintainers     darwinports@opendarwin.org
platforms       darwin
description     password cracker for window NT password 
long_description       	L0phtCrack 1.5 is a tool for turning Microsoft LANMAN \
			and NT password hashes back into the original clear \
			text passwords. The program does this using \
			dictionary cracking and also brute force. \
			L0phtCrack 1.5 returns not just the LANMAN passord \
			but the NT password up to 14 characters in length. 
master_sites    http://www.atstake.com/research/lc/dist/
checksums       md5 4012199e6d522b47c35be4b12c505dd3
depends_lib	bin:unzip:unzip
use_zip		yes
configure	{}
worksrcdir	
build.target	{ lc}
destroot	{ system "cp ${worksrcpath}/lc_CLI ${destroot}${prefix}/bin" }
