blob: 6ec28ad99df176714b5c47da383442259d4a6fc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.3 2022/06/28 11:34:10 wiz Exp $
DISTNAME= csmith-2.3.0
PKGREVISION= 1
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"
|