pkgsrc/lang/csmith/Makefile
wiz 5214f7e010 csmith: remove references to non-existent file
Not sure how that crept in...
2021-09-21 18:30:39 +00:00

19 lines
467 B
Makefile

# $NetBSD: Makefile,v 1.2 2021/09/21 18:30:39 wiz Exp $
DISTNAME= csmith-2.3.0
CATEGORIES= lang
MASTER_SITES= https://embed.cs.utah.edu/csmith/
MAINTAINER= kamel.derouiche@gmail.com
HOMEPAGE= https://embed.cs.utah.edu/csmith/
COMMENT= Random generator of C programs
LICENSE= modified-bsd
GNU_CONFIGURE= yes
USE_TOOLS+= gm4 gmake perl
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
REPLACE_PERL+= scripts/compiler_test.pl scripts/launchn.pl
.include "../../mk/bsd.pkg.mk"