Ticket #3868: Portfile

File Portfile, 1.2 KB (added by jrdittmann@…, 19 years ago)

Portfile

Line 
1# $Id: $
2
3PortSystem      1.0
4name            ngspice
5version         rework-15
6categories      electronics
7maintainers     jrdittmann@wisc.edu
8description     Next Generation Circuit Simulation program.
9long_description        NG-SPICE is the program being developed as the replacement for Berkeley \
10SPICE.  Using the Berkeley code as a starting point, the NG-SPICE team \
11is working on improving the build system, adding to the models, and \
12improving the analysis capability. \
13SPICE is a general-purpose circuit simulation program for nonlinear dc,\
14nonlinear transient, and linear ac analyses. Circuits may contain resistors, \
15capacitors, inductors, mutual inductors, independent voltage and current \
16sources, four types of dependent sources, lossless and lossy transmission \
17lines (two separate implementations), switches, uniform distributed RC \
18lines, and the five most common semiconductor devices: diodes, BJTs, JFETs, \
19MESFETs, and MOSFETs. \
20NG-SPICE is part of the gEDA project. \
21
22homepage        ngspice.sourceforge.net
23master_sites    sourceforge
24checksums       md5 5a55ff2062fd3bebaed77ebb454d7882
25distfiles       ngspice-rework15.tgz
26worksrcdir      ng-spice-${version}
27configure.args  --disable-debug
28
29variant x11 {
30        configure.args-append   --with-x
31        depends_lib-append      lib:libX11.6:XFree86
32}