freebsd-ports/security/mdcrack/Makefile
Trevor Johnson 3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00

21 lines
403 B
Makefile

# ex:ts=8
# New ports collection makefile for: mdcrack
# Date created: Apr 19, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mdcrack
PORTVERSION= 1.2
CATEGORIES= security
MASTER_SITES= http://membres.lycos.fr/mdcrack/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Bruteforce password MD5 hashes
ALL_TARGET= little
PLIST_FILES= bin/mdcrack
.include <bsd.port.mk>