summaryrefslogtreecommitdiff
path: root/cad/iverilog/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cad/iverilog/Makefile')
-rw-r--r--cad/iverilog/Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/cad/iverilog/Makefile b/cad/iverilog/Makefile
new file mode 100644
index 00000000000..540816e3a11
--- /dev/null
+++ b/cad/iverilog/Makefile
@@ -0,0 +1,37 @@
+# $NetBSD: Makefile,v 1.1 2016/10/08 23:01:45 kamil Exp $
+#
+
+DISTNAME= verilog-10.1.1
+# There is confision in naming of this software, use iverilog as it's saner
+PKGNAME= i${DISTNAME}
+CATEGORIES= cad
+MASTER_SITES= ftp://icarus.com/pub/eda/verilog/v10/
+# FTP has newer release than GitHub tag
+#MASTER_SITES= ${MASTER_SITE_GITHUB:=steveicarus/}
+#GITHUB_TAG= v${PKGVERSION_NOREV:S/./_/}
+
+MAINTAINER= dmcmahill@NetBSD.org
+HOMEPAGE= http://iverilog.icarus.com/
+COMMENT= Verilog simulation and synthesis tool (stable release version)
+LICENSE= gnu-gpl-v2
+
+USE_LANGUAGES= c c++
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= gmake bison lex
+TEST_TARGET= check
+
+INSTALLATION_DIRS+= share/doc/ivl
+
+# Additional files
+post-install:
+ cd ${WRKSRC}; ${INSTALL_DATA} \
+ QUICK_START.txt \
+ README.txt \
+ ${DESTDIR}${PREFIX}/share/doc/ivl
+
+.include "../../devel/gperf/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../archivers/bzip2/buildlink3.mk"
+.include "../../mk/readline.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"