summaryrefslogtreecommitdiff
path: root/cad/dinotrace/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-03-14 19:52:47 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-03-14 19:52:47 +0000
commitc10b352984ca63dbc5eab01444820b0b31ae0d25 (patch)
tree6f82d2ba1e0d3992a634616ace64a85bfaa0d6a9 /cad/dinotrace/Makefile
parentbd26567c9aa841348b6bc845804a4c9dbe124df1 (diff)
downloadpkgsrc-c10b352984ca63dbc5eab01444820b0b31ae0d25.tar.gz
Initial import of dinotrace-9.0g
Dinotrace is a tool designed to aid in viewing Verilog Value Change Dump (.vcd), ASCII, Verilator, Tempest CCLI, COSMOS, Chango and Decsim Binary simulation traces. It is optimized for rapid design debugging using X-Windows Mosaic.
Diffstat (limited to 'cad/dinotrace/Makefile')
-rw-r--r--cad/dinotrace/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/cad/dinotrace/Makefile b/cad/dinotrace/Makefile
new file mode 100644
index 00000000000..7f7662802ac
--- /dev/null
+++ b/cad/dinotrace/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/03/14 19:52:47 dmcmahill Exp $
+#
+
+DISTNAME= dinotrace-9.0g
+CATEGORIES= cad
+MASTER_SITES= http://www.ultranet.com/~wsnyder/veripool/ftp/
+
+MAINTAINER= dmcmahill@netbsd.org
+HOMEPAGE= http://www.ultranet.com/~wsnyder/veripool/dinotrace/
+
+INFO_FILES= dinotrace.info
+
+GNU_CONFIGURE= YES
+
+USE_MOTIF= YES
+
+.include "../../mk/bsd.pkg.mk"