1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name veriwell |
---|
5 | version 2.8.5 |
---|
6 | categories science |
---|
7 | description VeriWell Verilog Simulator |
---|
8 | |
---|
9 | long_description \ |
---|
10 | VeriWell is a full Verilog simulator. It supports nearly all of the \ |
---|
11 | IEEE1364-1995 standard, as well as PLI 1.0. Yes, VeriWell *is* the \ |
---|
12 | same simulator that was sold by Wellspring Solutions in the mid-1990 \ |
---|
13 | and was included with the Thomas and Moorby book |
---|
14 | |
---|
15 | homepage http://sourceforge.net/projects/veriwell |
---|
16 | platforms darwin |
---|
17 | master_sites sourceforge |
---|
18 | checksums md5 1c1c6fb05009172d2677e34f0e511a37 |
---|
19 | distname ${name}-${version} |
---|
20 | depends_lib port:help2man |
---|
21 | |
---|
22 | # The following prevent conflicts with other Verilog simulators |
---|
23 | # that may have installed their own copies of: |
---|
24 | # acc_user.h veriuser.c veriuser.h |
---|
25 | |
---|
26 | configure.args --includedir=${prefix}/include/veriwell |
---|
27 | |
---|