diff options
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 |