mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
21 lines
404 B
Makefile
21 lines
404 B
Makefile
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= iverilog
|
|
PORTVERSION= 10.2
|
|
CATEGORIES= cad
|
|
MASTER_SITES= ftp://icarus.com/pub/eda/verilog/v10/
|
|
DISTNAME= verilog-${PORTVERSION}
|
|
|
|
MAINTAINER= zeising@FreeBSD.org
|
|
COMMENT= Verilog simulation and synthesis tool
|
|
|
|
LICENSE= GPLv2
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-suffix
|
|
|
|
USES= bison gmake readline
|
|
|
|
.include <bsd.port.mk>
|