Ticket #10761: Portfile

File Portfile, 1011 bytes (added by oksmith77, 18 years ago)

updated Portfile for iverilog

Line 
1# $Id$
2
3PortSystem 1.0
4name             iverilog
5version          0.8.2
6revision         1
7categories       science
8maintainers      toby@opendarwin.org
9description      Icarus Verilog
10long_description \
11    Icarus Verilog is a Verilog simulation and synthesis tool. It \
12    operates as a compiler, compiling source code writen in Verilog \
13    (IEEE-1364) into some target format. For batch simulation, the \
14    compiler can generate C++ code that is compiled and linked with \
15    a run time library (called \"vvm\") then executed as a command to \
16    run the simulation. For synthesis, the compiler generates netlists \
17    in the desired format.
18homepage         http://www.icarus.com/eda/verilog/
19platforms        darwin
20
21master_sites     ftp://ftp.icarus.com/pub/eda/verilog/v0.8/
22distname         verilog-${version}
23checksums        md5 41650504e4460508a0800008a2628e07
24
25configure.args   mandir=\\\${prefix}/share/man
26destroot.destdir prefix=${destroot}${prefix}
27
28test.run         yes
29test.target      check