aboutsummaryrefslogtreecommitdiff
path: root/cad/iverilog/Makefile
blob: 098b52a36e4ad91f0e7a06aa8ddd91e8ce6278ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	iverilog
PORTVERSION=	11.0
CATEGORIES=	cad
MASTER_SITES=	ftp://icarus.com/pub/eda/verilog/v11/
DISTNAME=	verilog-${PORTVERSION}

MAINTAINER=	kbowling@FreeBSD.org
COMMENT=	Verilog simulation and synthesis tool
WWW=		http://iverilog.icarus.com/

LICENSE=	GPLv2

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--disable-suffix

USES=		bison compiler:c++11-lang gmake readline

.include <bsd.port.mk>