mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
25 lines
440 B
Makefile
25 lines
440 B
Makefile
PORTNAME= binbloom
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.0-12
|
|
DISTVERSIONSUFFIX= -g95cfaac
|
|
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
|
|
|
|
PLIST_FILES= bin/binbloom \
|
|
man/man1/binbloom.1.gz
|
|
|
|
.include <bsd.port.mk>
|