pkgsrc/devel/creduce/Makefile
2018-08-22 09:42:51 +00:00

26 lines
864 B
Makefile

# $NetBSD: Makefile,v 1.7 2018/08/22 09:43:29 wiz Exp $
DISTNAME= creduce-2.8.0
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://embed.cs.utah.edu/creduce/
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= https://embed.cs.utah.edu/creduce/
COMMENT= Tool for automatic reduction of C/C++ files triggering bugs
LICENSE= 2-clause-bsd
USE_LANGUAGES= c c++11
USE_TOOLS+= flex perl:run gmake
GNU_CONFIGURE= yes
TEST_TARGET= check
DEPENDS+= p5-Exporter-Lite-[0-9]*:../../devel/p5-Exporter-Lite
DEPENDS+= p5-File-Which-[0-9]*:../../devel/p5-File-Which
DEPENDS+= p5-Getopt-Tabular-[0-9]*:../../devel/p5-Getopt-Tabular
DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
DEPENDS+= p5-Sys-CPU-[0-9]*:../../sysutils/p5-Sys-CPU
DEPENDS+= p5-Regexp-Common-[0-9]*:../../textproc/p5-Regexp-Common
.include "../../lang/clang/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"