# New ports collection makefile for: md5 collision generator # Date created: Wed Nov 23 04:51:32 UTC 2005 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= md5coll 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= ports@FreeBSD.org COMMENT= Fast MD5 collision generator ONLY_FOR_ARCHS= i386 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 Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Kick MD5 supportmiwi2011-07-031-1/+0
* - update to 1.4.1dinoex2010-03-281-1/+1
* - update to jpeg-8dinoex2010-02-051-1/+1
* - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-1/+1
* Fix PORTREVISION on ports which have PORTVERSION?= set.edwin2008-06-071-1/+1