pkgsrc/devel/afl/Makefile
wiz 9e07c7d329 Update afl to 1.96b:
--------------
Version 1.96b:
--------------

  - Added -fpic to CFLAGS for the clang plugin, as suggested by Hanno Boeck.

  - Made another clang change (IRBuilder) suggested by Jeff Trull.

  - Fixed several typos, spotted by Jakub Wilk.

  - Added support for AFL_SHUFFLE_QUEUE, based on discussions with
    Christian Holler.
2015-12-27 21:38:12 +00:00

17 lines
452 B
Makefile

# $NetBSD: Makefile,v 1.32 2015/12/27 21:38:12 wiz Exp $
DISTNAME= afl-1.96b
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"