2001-02-13 12:02:15 +01: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
|
2011-11-04 19:16:30 +01:00
|
|
|
PORTVERSION= 0.9.5
|
2001-02-13 12:02:15 +01:00
|
|
|
CATEGORIES= cad
|
2006-10-03 15:34:22 +02:00
|
|
|
MASTER_SITES= ftp://icarus.com/pub/eda/verilog/v${PORTVERSION:C,\.[0-9]$,,}/ \
|
2005-11-09 22:36:06 +01:00
|
|
|
ftp://ftp.geda.seul.org/pub/geda/dist/
|
|
|
|
DISTNAME= verilog-${PORTVERSION}
|
2001-02-13 12:02:15 +01:00
|
|
|
|
2012-01-16 22:11:10 +01:00
|
|
|
MAINTAINER= zeising@daemonic.se
|
2003-05-17 05:17:55 +02:00
|
|
|
COMMENT= A Verilog simulation and synthesis tool
|
2001-02-13 12:02:15 +01:00
|
|
|
|
2011-11-04 19:16:30 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2006-10-03 15:34:22 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2007-10-17 12:13:01 +02:00
|
|
|
USE_BISON= build
|
2001-02-13 12:02:15 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2010-01-09 00:51:49 +01:00
|
|
|
CONFIGURE_ARGS= --disable-suffix
|
2009-01-23 23:04:50 +01:00
|
|
|
|
2009-06-09 14:58:04 +02:00
|
|
|
MAN1= iverilog-vpi.1 iverilog.1 vvp.1
|
2003-12-17 17:02:50 +01:00
|
|
|
|
2004-01-30 11:30:07 +01:00
|
|
|
.include <bsd.port.mk>
|