1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/security/md5coll/Makefile
Emanuel Haupt bcbfa3e97e - Support staging
- Remove pkg-message, URL does not exist anymore
- This port also builds on amd64 and possibly other archs
2014-02-25 11:47:03 +00:00

29 lines
635 B
Makefile

# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
# $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
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} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>