1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/security/md5deep/Makefile
MANTANI Nobutaka f53144a06b Update to 4.4.
2014-06-28 14:51:33 +00:00

28 lines
576 B
Makefile

# Created by: Frank Laszlo <laszlof@vonostingroup.com>
# $FreeBSD$
PORTNAME= md5deep
PORTVERSION= 4.4
CATEGORIES= security
MAINTAINER= nobutaka@FreeBSD.org
COMMENT= Program to compute various message digests recursively
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
GH_ACCOUNT= jessek
GH_PROJECT= hashdeep
GH_TAGNAME= cd2ed7416685a5e83eb10bb659d6e9bec01244ae
GH_COMMIT= cd2ed74
USE_GITHUB= yes
USE_AUTOTOOLS= autoconf:env autoheader:env automake:env aclocal:env
USES= gmake
GNU_CONFIGURE= yes
pre-configure:
(cd ${WRKSRC}; ${SH} bootstrap.sh)
.include <bsd.port.mk>