aboutsummaryrefslogtreecommitdiffstats
path: root/cad/iverilog/Makefile
blob: 45b025e3eedd7e2516d9a86fca06c230d99ee26a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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>