ports/misc/binbloom/Makefile
Yuri Victorovich 685319c809 misc/binbloom: update 2.0-12 → 2.1
Reported by:	portscout
2024-06-07 08:50:59 -07:00

25 lines
455 B
Makefile

PORTNAME= binbloom
DISTVERSIONPREFIX= v
DISTVERSION= 2.1
CATEGORIES= misc
MAINTAINER= yuri@FreeBSD.org
COMMENT= Raw binary firmware analysis software
WWW= https://github.com/quarkslab/binbloom
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= autoreconf gmake
USE_GITHUB= yes
GH_ACCOUNT= quarkslab
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/binbloom \
share/man/man1/binbloom.1.gz
.include <bsd.port.mk>