2002-02-09 11:03:42 +01:00
|
|
|
# New ports collection makefile for: ngspice_rework
|
|
|
|
# Date created: 2002-01-02
|
|
|
|
# Whom: AMAKAWA Shuhei <amakawa@jp.FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ngspice_rework
|
2009-03-24 16:32:31 +01:00
|
|
|
PORTVERSION= 18
|
2010-09-15 20:35:24 +02:00
|
|
|
PORTREVISION= 1
|
2002-02-09 11:03:42 +01:00
|
|
|
CATEGORIES= cad
|
2009-08-22 02:15:15 +02:00
|
|
|
MASTER_SITES= SF/ngspice/ng-spice-rework/${PORTVERSION}
|
2005-12-11 18:42:50 +01:00
|
|
|
DISTNAME= ng-spice-rework-${PORTVERSION}
|
2002-02-09 11:03:42 +01:00
|
|
|
|
|
|
|
MAINTAINER= amakawa@jp.FreeBSD.org
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= A circuit simulator derived from spice3f5
|
2002-02-09 11:03:42 +01:00
|
|
|
|
2010-09-15 20:35:24 +02:00
|
|
|
USE_AUTOTOOLS= autoconf:267
|
2004-10-13 03:30:33 +02:00
|
|
|
USE_GMAKE= yes
|
2002-02-09 11:03:42 +01:00
|
|
|
|
2009-03-24 16:32:31 +01:00
|
|
|
#XSPICE doesn't build
|
|
|
|
#CONFIGURE_ARGS+= --enable-xspice
|
|
|
|
|
|
|
|
.ifndef PACKAGE_BUILDING
|
|
|
|
CONFIGURE_ARGS+= --with-readline=yes
|
|
|
|
.else
|
2004-12-31 12:22:19 +01:00
|
|
|
CONFIGURE_ARGS+= --disable-debug
|
2009-03-24 16:32:31 +01:00
|
|
|
.endif
|
2004-12-31 12:22:19 +01:00
|
|
|
|
2004-10-13 03:30:33 +02:00
|
|
|
INFO= ngspice
|
2009-03-24 16:32:31 +01:00
|
|
|
MAN1= ngspice.1 ngnutmeg.1 ngsconvert.1 ngmultidec.1
|
2003-01-14 06:15:12 +01:00
|
|
|
|
2002-02-09 11:03:42 +01:00
|
|
|
.include <bsd.port.mk>
|