freebsd-ports/security/md4coll/Makefile
Steven Kreuzer 18d38f847e Add mirror site and cleanup pkg-descr
PR:		ports/136389
Submitted by:	Daniel Roethlisberger <daniel@roe.ch>
Reviewed by:	wxs (mentor)
2009-07-07 12:46:13 +00:00

35 lines
766 B
Makefile

# New ports collection makefile for: md4 collision generator
# Date created: Wed Nov 23 04:51:32 UTC 2005
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= md4coll
DISTVERSION= 0.1
CATEGORIES= security
MASTER_SITES= http://www.stachliu.com/ \
http://mirror.roe.ch/dist/${PORTNAME}/${DISTVERSION}/
DISTNAME= ${PORTNAME}.c
EXTRACT_SUFX=
EXTRACT_ONLY=
MAINTAINER= daniel@roe.ch
COMMENT= Fast MD4 collision generator
NO_WRKSUBDIR= yes
PLIST_FILES= bin/${PORTNAME}
post-extract:
@${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
do-build:
${CC} ${CFLAGS} ${WRKSRC}/${DISTNAME} -o ${WRKSRC}/${PORTNAME}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>