mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
20 lines
412 B
Makefile
20 lines
412 B
Makefile
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
|
|
PORTNAME= iverilog
|
|
PORTVERSION= 11.0
|
|
CATEGORIES= cad
|
|
MASTER_SITES= ftp://icarus.com/pub/eda/verilog/v11/
|
|
DISTNAME= verilog-${PORTVERSION}
|
|
|
|
MAINTAINER= zeising@FreeBSD.org
|
|
COMMENT= Verilog simulation and synthesis tool
|
|
|
|
LICENSE= GPLv2
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-suffix
|
|
|
|
USES= bison compiler:c++11-lang gmake readline
|
|
|
|
.include <bsd.port.mk>
|