35a98b132a
Submitted by: bento log
20 lines
359 B
Makefile
20 lines
359 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.1
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://mdcrack.multimania.com/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
ALL_TARGET= # empth
|
|
|
|
.include <bsd.port.mk>
|