1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/devel/csmith/Makefile
Adam Weinberger 44eaadcb75 Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example.
2014-07-15 23:11:12 +00:00

26 lines
485 B
Makefile

# $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= BSD2CLAUSE
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
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>