-------------- Version 2.06b: -------------- - Worked around LLVM persistent mode hiccups with -shared code. Contributed by Christian Holler. - Added __AFL_COMPILER as a convenient way to detect that something is built under afl-gcc / afl-clang / afl-clang-fast and enable custom optimizations in your code. Suggested by Pedro Corte-Real. - Upstreamed several minor changes developed by Franjo Ivancic to allow AFL to be built as a library. This is fairly use-specific and may have relatively little appeal to general audiences.
17 lines
452 B
Makefile
17 lines
452 B
Makefile
# $NetBSD: Makefile,v 1.36 2016/03/08 14:41:55 wiz Exp $
|
|
|
|
DISTNAME= afl-2.06b
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://lcamtuf.coredump.cx/afl/
|
|
COMMENT= American Fuzzy Lop, a fuzzing tool for finding bugs by random input
|
|
LICENSE= apache-2.0
|
|
|
|
USE_TOOLS+= bash:run gmake
|
|
REPLACE_SH+= afl-plot
|
|
REPLACE_BASH+= afl-cmin
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|