Ticket #19729: Portfile

File Portfile, 1.1 KB (added by pgbackup@…, 15 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem    1.0
5name            iverilog
6version          0.9.1
7categories      science
8maintainers     none@none.com
9description     Icarus Verilog
10long_description   \
11                Icarus Verilog is a Verilog simulation and synthesis tool. \
12                It operates as a compiler, compiling source code writen in \
13                Verilog (IEEE-1364) into some target format. For batch \
14                simulation, the compiler can generate C++ code that is \
15                compiled and linked with a run time library (called \"vvm\") \
16                then executed as a command to run the simulation. \
17                For synthesis, the compiler generates netlists in the desired format.
18homepage        http://www.icarus.com/eda/verilog/
19platforms       darwin
20
21master_sites    ftp://ftp.icarus.com/pub/eda/verilog/v0.9/
22distname        verilog-${version}
23checksums       md5 91e8f40d995bf5ded7b847fcc02a98bf \
24                sha1 dc68169c77ef036de6cf7798c665f1a82a4e4254 \
25                rmd160 1eed8ff116ef81e0f1c6ab98eac58842e4325348
26
27configure.args  mandir=\\\${prefix}/share/man
28destroot.destdir prefix=${destroot}${prefix}
29test.run        yes
30test.target     check