1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/security/ssdeep/Makefile
Nuno Teixeira fd8d9696fa security/ssdeep: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-21 20:22:59 +00:00

21 lines
517 B
Makefile

PORTNAME= ssdeep
PORTVERSION= 2.14.1
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= https://github.com/ssdeep-project/ssdeep/releases/download/release-${PORTVERSION}/
MAINTAINER= nobutaka@FreeBSD.org
COMMENT= Tool for computing context triggered piecewise hashes
WWW= https://ssdeep-project.github.io/ssdeep/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
USES= gmake libtool
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>