summaryrefslogtreecommitdiff
path: root/cad/iverilog/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cad/iverilog/Makefile')
-rw-r--r--cad/iverilog/Makefile17
1 files changed, 5 insertions, 12 deletions
diff --git a/cad/iverilog/Makefile b/cad/iverilog/Makefile
index c1862a405bc1..7a2961825e9a 100644
--- a/cad/iverilog/Makefile
+++ b/cad/iverilog/Makefile
@@ -1,8 +1,9 @@
PORTNAME= iverilog
-DISTVERSIONPREFIX= v
-DISTVERSION= 12_0
-PORTREVISION= 1
+DISTVERSION= 12.0
+PORTREVISION= 2
CATEGORIES= cad
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}
+DISTNAME= verilog-${DISTVERSION}
MAINTAINER= kbowling@FreeBSD.org
COMMENT= Verilog simulation and synthesis tool
@@ -10,19 +11,11 @@ WWW= https://steveicarus.github.io/iverilog/
LICENSE= GPLv2
-BUILD_DEPENDS= autoconf:devel/autoconf \
- gperf:devel/gperf
+BUILD_DEPENDS= 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>