aboutsummaryrefslogtreecommitdiffstats
path: root/devel/csmith/Makefile
blob: dba0ab5fe62ab3b4dd7204383e7db15fa5b1eb91 (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
25
26
27
# New ports collection makefile for:    csmith
# Date created:             2011-10-25
# Whom:                 Eitan Adler <eadler@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   csmith
PORTVERSION=    2.0.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_GMAKE=  yes
USE_AUTOTOOLS=  autoconf
CONFIGURE_ARGS= --docdir=${DOCSDIR}
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

MAKE_JOBS_SAFE= yes

.include <bsd.port.mk>