Nuno Teixeira 61968d7f8d security/md5deep: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-21 20:22:56 +00:00

23 lines
462 B
Makefile

PORTNAME= md5deep
PORTVERSION= 4.4
PORTREVISION= 4
CATEGORIES= security
MAINTAINER= nobutaka@FreeBSD.org
COMMENT= Program to compute various message digests recursively
WWW= https://md5deep.sourceforge.net
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
GH_ACCOUNT= jessek
GH_PROJECT= hashdeep
GH_TAGNAME= cd2ed74
USES= autoreconf compiler:c++11-lang gmake
USE_GITHUB= yes
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
.include <bsd.port.mk>