1 | # $Id:$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name ng-spice |
---|
5 | version rework-18 |
---|
6 | categories science |
---|
7 | maintainers nomaintainer |
---|
8 | description Circuit simulator based on Spice 3f5 |
---|
9 | long_description \ |
---|
10 | Ngspice is a mixed-level/mixed-signal circuit simulator. Its \ |
---|
11 | code is based on three open source software packages: Spice3f5, \ |
---|
12 | Cider1b1 and Xspice. Ngspice is part of gEDA project, a full \ |
---|
13 | GPL'd suite of Electronic Design Automation tools. \ |
---|
14 | Note: this port does not compile the Cider and Xspice modules. |
---|
15 | homepage http://ngspice.sourceforge.net/ |
---|
16 | platforms darwin |
---|
17 | |
---|
18 | master_sites sourceforge:ngspice |
---|
19 | |
---|
20 | depends_build port:libtool |
---|
21 | |
---|
22 | checksums md5 3ab09b939939f7d0fb8cc9d8c77ead71 \ |
---|
23 | sha1 fd97cf87e164ad5b9f8ff8c73cfcef4480c4047e \ |
---|
24 | rmd160 e123c97060ce427ff11e6859b61dbd471ebf0cf9 |
---|
25 | |
---|
26 | patchfiles patch-autogen.sh.diff \ |
---|
27 | patch-postsc.c.diff \ |
---|
28 | patch-hpgl.c.diff \ |
---|
29 | patch-runcoms.c.diff \ |
---|
30 | patch-runcoms2.c.diff \ |
---|
31 | patch-numparam.h.diff \ |
---|
32 | patch-spicenum.c.diff |
---|
33 | |
---|
34 | pre-configure { |
---|
35 | system "cd ${worksrcpath} && ./autogen.sh" |
---|
36 | } |
---|
37 | configure.args --mandir=${prefix}/share/man \ |
---|
38 | --infodir=${prefix}/share/info \ |
---|
39 | --with-editline=yes \ |
---|
40 | --enable-x |
---|