forked from Lainports/freebsd-ports
- Update MASTER_SITES with SF macro. [*] - Take over maintainership. PR: ports/118666 [*] Submitted by: Philippe Audeoud <jadawin@tuxaco.net> Approved by: laszlof (maintainer)
27 lines
629 B
Makefile
27 lines
629 B
Makefile
# New ports collection makefile for: md5deep
|
|
# Date created: 15 July 2004
|
|
# Whom: Frank Laszlo <laszlof@vonostingroup.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= md5deep
|
|
PORTVERSION= 2.0.1
|
|
CATEGORIES= security
|
|
MASTER_SITES= SF
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-001
|
|
|
|
MAINTAINER= nobutaka@FreeBSD.org
|
|
COMMENT= Program to compute various message digests recursively
|
|
|
|
GNU_CONFIGURE= yes
|
|
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
|
|
|
|
.include <bsd.port.mk>
|