Ticket #18208: Portfile

File Portfile, 1.4 KB (added by godboutn@…, 15 years ago)
Line 
1# $Id:$
2
3PortSystem 1.0
4name             ng-spice
5version          rework-18
6categories       science
7maintainers      nomaintainer
8description      Circuit simulator based on Spice 3f5
9long_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.
15homepage         http://ngspice.sourceforge.net/
16platforms        darwin
17
18master_sites     sourceforge:ngspice
19
20depends_build    port:libtool
21
22checksums        md5 3ab09b939939f7d0fb8cc9d8c77ead71 \
23                 sha1 fd97cf87e164ad5b9f8ff8c73cfcef4480c4047e \
24                 rmd160 e123c97060ce427ff11e6859b61dbd471ebf0cf9
25
26patchfiles       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
34pre-configure {
35        system "cd ${worksrcpath} && ./autogen.sh"
36}
37configure.args   --mandir=${prefix}/share/man \
38                 --infodir=${prefix}/share/info \
39                 --with-editline=yes \
40                 --enable-x