freebsd-ports/security/l0phtcrack/Makefile
Edwin Groothuis 3ad0691868 replace master for lcsrc.zip
previously described problem with missinc loptcrack src.

	patch shoudl fix it cotse has been around for a while, md5's
	match, etc

That was optimistic, cotse.com is not available anymore.
Temporarely put it in the adopted area of my website.

Since
PR:		ports/87751
Submitted by:	Michael Scheidell <scheidell@secnap.net>
2005-11-22 07:09:31 +00:00

50 lines
1.2 KiB
Makefile

# New ports collection makefile for: l0phtcrack
# Date created: 2000-10-31
# Whom: Trevor Johnson
#
# $FreeBSD$
#
PORTNAME= l0phtcrack
PORTVERSION= 1.5
CATEGORIES= security
MASTER_SITES= http://www.mavetju.org/download/adopted/ \
http://www.cotse.com/sw/WinNT/
DISTNAME= lcsrc
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= trevor@FreeBSD.org
COMMENT= Cracks SAMBA or Windows NT passwords
DOCDIR= share/doc/${PORTNAME}
NO_PACKAGE= "uses GNU getopt with BSDish-licensed code from OpenSSL"
NO_WRKSUBDIR= yes
PLIST= ${WRKDIR}/pkg-plist
USE_PERL5_BUILD=yes
USE_ZIP= yes
post-extract:
${RM} ${WRKDIR}/*exe
${PERL} -pi -e "s:\r::g" ${WRKDIR}/*
${PERL} -pi -e "s:ommited:omitted:g" ${WRKDIR}/util.c
do-build:
cd ${WRKDIR} && ${CC} ${CFLAGS} -DMPU8086 *.c -o lc_CLI
pre-install:
${ECHO_CMD} bin/lc_CLI > ${PLIST}
.if !defined(NOPORTDOCS)
for i in `${FIND} ${WRKDIR} -name '*txt'`; \
do ${ECHO_CMD} ${DOCDIR}/`${BASENAME} $${i}` >> ${PLIST}; \
done
${ECHO_CMD} @dirrm ${DOCDIR} >> ${PLIST}
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/lc_CLI ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/${DOCDIR}
cd ${WRKSRC} && ${PAX} -r -w *txt ${PREFIX}/${DOCDIR}
.endif
.include <bsd.port.mk>