4805bf3d84
ftp://icarus.com/pub/eda/verilog/snapshots/verilog-20031202.txt: Combination 64bit/32bit runtime support now works fully on AMD64 systems; wait on lists of named events now works; there is no longer a common iverilog.conf, instead there are target specific foo.conf files with a new and cleaner format; 64bit values are more portably handled; several synthesis bugs related to the control inputs of flip-flops have been fixed. Committer is marking this BROKEN on 4.x while we investigate install problems. It works on 5.x only for now. PR: ports/60162 Submitted by: Joachim Strombergson <watchman@ludd.luth.se> (maintainer)
30 lines
630 B
Makefile
30 lines
630 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: iverilog
|
|
# Date created: Feb 13, 2001
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= iverilog
|
|
PORTVERSION= 0.7.20031202
|
|
CATEGORIES= cad
|
|
MASTER_SITES= ftp://icarus.com/pub/eda/verilog/snapshots/
|
|
DISTNAME= verilog-20031202
|
|
|
|
MAINTAINER= watchman@ludd.luth.se
|
|
COMMENT= A Verilog simulation and synthesis tool
|
|
|
|
USE_BISON= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= iverilog-vpi.1 iverilog.1 vvp.1 iverilog-fpga.1
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} <= 500000
|
|
BROKEN= "Does not install on FreeBSD ${OSVERSION}"
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|