opnsense-ports/cad/iverilog/Makefile
Franco Fichtner 643fd91f32 */*: sync with upstream
Taken from: HardenedBSD
2017-10-25 21:27:38 +02:00

20 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>