blob: 7883eb747c79b10a614b6e9c14ae851bc3805240 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $FreeBSD$
PORTNAME= csmith
PORTVERSION= 2.1.0
CATEGORIES= devel
MASTER_SITES= http://embed.cs.utah.edu/csmith/
MAINTAINER= eadler@FreeBSD.org
COMMENT= Generates random C programs that conform to the C99 standard
LICENSE= BSD
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf
USE_LDCONFIG= yes
CONFIGURE_ARGS= --docdir=${DOCSDIR}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USES= gmake
ONLY_FOR_ARCHS= i386 amd64
.include <bsd.port.mk>
|