ports/cad/iverilog/Makefile
Nuno Teixeira 6302f27e1d cad/iverilog: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-02 23:32:29 +00:00

28 lines
552 B
Makefile

PORTNAME= iverilog
DISTVERSIONPREFIX= v
DISTVERSION= 12_0
PORTREVISION= 1
CATEGORIES= cad
MAINTAINER= kbowling@FreeBSD.org
COMMENT= Verilog simulation and synthesis tool
WWW= https://steveicarus.github.io/iverilog/
LICENSE= GPLv2
BUILD_DEPENDS= autoconf:devel/autoconf \
gperf:devel/gperf
USES= bison compiler:c++11-lang gmake readline
USE_GITHUB= yes
GH_ACCOUNT= steveicarus
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-suffix
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
pre-configure:
@cd ${WRKSRC} && sh autoconf.sh
.include <bsd.port.mk>