mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
f69775bc99
Since creduce seems to be maintained after all and has recently had a release which now works with newer llvm, revive the port.
31 lines
908 B
Makefile
31 lines
908 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= creduce
|
|
DISTVERSION= 2.4.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://embed.cs.utah.edu/creduce/
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= Produces small test cases
|
|
|
|
BUILD_DEPENDS= llvm-config37:${PORTSDIR}/devel/llvm37
|
|
RUN_DEPENDS= llvm-config37:${PORTSDIR}/devel/llvm37 \
|
|
topformflat:${PORTSDIR}/devel/delta \
|
|
astyle:${PORTSDIR}/devel/astyle \
|
|
p5-Benchmark-Timer>=0:${PORTSDIR}/devel/p5-Benchmark-Timer \
|
|
p5-Exporter-Lite>=0:${PORTSDIR}/devel/p5-Exporter-Lite \
|
|
p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which \
|
|
p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \
|
|
devel/p5-Sys-Cpu>=0:${PORTSDIR}/devel/p5-Sys-Cpu \
|
|
p5-Getopt-Tabular>=0:${PORTSDIR}/devel/p5-Getopt-Tabular
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_FLAGS= --with-llvm=${LOCALBASE}
|
|
|
|
USES= gmake perl5
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} 's,llvm-config,llvm-config37,g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|