aboutsummaryrefslogtreecommitdiffstats
path: root/security/md5deep/Makefile
blob: 6d8c011add1f5a3f917736f16e19dc909a9ec004 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for:    md5deep
# Date created:     15 July 2004
# Whom:         Frank Laszlo <laszlof@vonostingroup.com>
#
# $FreeBSD$
#

PORTNAME=   md5deep
PORTVERSION=    1.12
CATEGORIES= security
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= laszlof@FreeBSD.org
COMMENT=    Program to compute various message digests recursively

ALL_TARGET= unix
USE_GMAKE=  yes

MAN1=       md5deep.1
MLINKS=     md5deep.1 sha1deep.1 md5deep.1 sha256deep.1 \
        md5deep.1 whirlpooldeep.1 md5deep.1 tigerdeep.1

PLIST_FILES=    bin/md5deep bin/sha1deep bin/sha256deep \
        bin/whirlpooldeep bin/tigerdeep

post-patch:
    @${REINPLACE_CMD} -e 's!/usr/local!${PREFIX}!' \
    -e 's!-Wall -W -O3!${CFLAGS}!' ${WRKSRC}/Makefile

.include <bsd.port.mk>