diff options
author | dmcmahill <dmcmahill> | 2002-01-26 02:38:30 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2002-01-26 02:38:30 +0000 |
commit | b89b77a5d1b57943a755a63d58ee5dca836c3fea (patch) | |
tree | 57b8b889cab6d25af011086f1b7206a9257fca5e /cad/ng-spice/Makefile | |
parent | b83018595c11508745f1e30162174b341b39748b (diff) | |
download | pkgsrc-b89b77a5d1b57943a755a63d58ee5dca836c3fea.tar.gz |
update to ngspice-14
A pkgsrc specific change is that it no longer conflicts with the
cad/spice package allowing both to be installed.
From the NEWS file:
This is a major release in terms of bug-fixes. Some enhancements
have been included: BSIM4 model and support for EKV model. The
source code for the latter must be obtained from EKV web site
(see DEVICE for more info). To enable EKV support you have
to obtain the code first and then use the configure switch
"--enable-ekv".
Diffstat (limited to 'cad/ng-spice/Makefile')
-rw-r--r-- | cad/ng-spice/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/cad/ng-spice/Makefile b/cad/ng-spice/Makefile index 7506e8d53da..df3a48db2a3 100644 --- a/cad/ng-spice/Makefile +++ b/cad/ng-spice/Makefile @@ -1,17 +1,15 @@ -# $NetBSD: Makefile,v 1.9 2001/10/24 22:10:47 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2002/01/26 02:38:30 dmcmahill Exp $ # -DISTNAME= ng-spice-rework-13 -PKGNAME= ng-spice-13 +DISTNAME= ng-spice-rework-14 +PKGNAME= ng-spice-14 CATEGORIES= cad -MASTER_SITES= ftp://ieee.ing.uniroma1.it/pub/ng-spice/distribution/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ngspice/} MAINTAINER= dmcmahill@netbsd.org -HOMEPAGE= http://ieee.ing.uniroma1.it/ngspice/ +HOMEPAGE= http://ngspice.sourceforge.net COMMENT= Next generation circuit simulation program -CONFLICTS+= spice-[0-9]* - USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig |