2001-02-13 11:02:15 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: iverilog
|
|
|
|
# Date created: Feb 13, 2001
|
|
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= iverilog
|
2003-01-31 17:49:45 +00:00
|
|
|
PORTVERSION= 0.7
|
2001-02-13 11:02:15 +00:00
|
|
|
CATEGORIES= cad
|
|
|
|
MASTER_SITES= ftp://icarus.com/pub/eda/verilog/v${PORTVERSION}/
|
|
|
|
DISTNAME= verilog-${PORTVERSION}
|
|
|
|
|
2003-05-19 08:24:55 +00:00
|
|
|
MAINTAINER= watchman@ludd.luth.se
|
2003-05-17 03:17:55 +00:00
|
|
|
COMMENT= A Verilog simulation and synthesis tool
|
2001-02-13 11:02:15 +00:00
|
|
|
|
2001-02-22 04:58:04 +00:00
|
|
|
USE_BISON= yes
|
2001-02-13 11:02:15 +00:00
|
|
|
USE_GMAKE= yes
|
2003-05-17 03:17:55 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2001-02-13 11:02:15 +00:00
|
|
|
|
2003-05-17 03:17:55 +00:00
|
|
|
MAN1= iverilog-vpi.1 iverilog.1 vvp.1
|
2001-02-13 11:02:15 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|