pkgsrc/devel/radamsa/Makefile
kamil 60edf4838c Import radamsa-0.5 as devel/radamsa.
Radamsa is a test case generator for robustness testing, a.k.a. a fuzzer. It is
typically used to test how well a program can withstand malformed and
potentially malicious inputs. It works by reading sample files of valid data
and generating interestringly different outputs from them. The main selling
points of radamsa are that it has already found a slew of bugs in programs that
actually matter, it is easily scriptable and easy to get up and running.
2017-02-11 02:08:16 +00:00

27 lines
620 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/02/11 02:08:16 kamil Exp $
DISTNAME= radamsa-0.5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=aoh/}
GITHUB_RELEASE= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/aoh/radamsa/
COMMENT= General-purpose fuzzer
LICENSE= mit
DEPENDS+= owl-lisp-[0-9]*:../../lang/owl-lisp
MAKE_FLAGS+= USR_BIN_OL=${PREFIX}/bin/ol
MAKE_FLAGS+= PREFIX=${PREFIX}
BUILD_TARGET= everything
SUBST_CLASSES+= manpath
SUBST_STAGE.manpath= pre-configure
SUBST_FILES.manpath= Makefile
SUBST_VARS.manpath= PKGMANDIR
MANCOMPRESSED= yes
.include "../../mk/bsd.pkg.mk"