freebsd-ports/devel/csmith/Makefile
Pawel Pekala 68427b338f - Update to version 2.2.0
- Add new maintainer's mirror to MASTER_SITES
- Submitter is new maintainer
- Add PKGNAME to PLIST_SUB and use it to parameterize include directory

PR:		196424
Submitted by:	 A.J. "Fonz" van Werven <freebsd@skysmurf.nl>
2015-01-04 20:51:50 +00:00

30 lines
696 B
Makefile

# $FreeBSD$
PORTNAME= csmith
PORTVERSION= 2.2.0
CATEGORIES= devel
MASTER_SITES= http://embed.cs.utah.edu/csmith/ \
http://www.skysmurf.nl/comp/FreeBSD/distfiles/
MAINTAINER= freebsd@skysmurf.nl
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 scripts/test_csmith.pl
USE_LDCONFIG= yes
ONLY_FOR_ARCHS= i386 amd64
OPTIONS_DEFINE= DOCS
PLIST_SUB= PKGNAME="${PKGNAME}"
.include <bsd.port.mk>