freebsd-ports/devel/csmith/Makefile
Mark Linimon a170f3bf1d Enable build on all archs. Apparently the x86-specific code is long gone.
PR:		229725
Submitted by:	Greg V <greg at unrelenting.technology>
Approved by:	maintainer timeout (> 3 months)
2018-10-23 06:36:00 +00:00

27 lines
593 B
Makefile

# $FreeBSD$
PORTNAME= csmith
PORTVERSION= 2.3.0
CATEGORIES= devel
MASTER_SITES= http://embed.cs.utah.edu/csmith/
MAINTAINER= mmokhi@FreeBSD.org
COMMENT= Generates random C programs that conform to the C99 standard
LICENSE= BSD2CLAUSE
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --docdir=${DOCSDIR}
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
USES= gmake libtool perl5 shebangfix
USE_PERL5= run
SHEBANG_FILES= scripts/compiler_test.pl scripts/launchn.pl
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS
PLIST_SUB= PKGNAME="${PKGNAME}"
.include <bsd.port.mk>