aboutsummaryrefslogtreecommitdiff
path: root/cad/ngspice_rework/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-03-24 15:32:31 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-03-24 15:32:31 +0000
commit9bed3c1175a23d4e48159a5ead32bb5b80e419d4 (patch)
treeed2e96d1f4deca19af5a6081f68fc224e2d17f6f /cad/ngspice_rework/Makefile
parent31771c66d0e3449c48828236e9e7f3a8e1cf76bd (diff)
downloadports-9bed3c1175a23d4e48159a5ead32bb5b80e419d4.tar.gz
ports-9bed3c1175a23d4e48159a5ead32bb5b80e419d4.zip
- Update to 18
PR: ports/130047 Submitted by: Pedro F. Giffuni <giffunip@tutopia.com> Approved by: maintainer timeout (2 months)
Notes
Notes: svn path=/head/; revision=230864
Diffstat (limited to 'cad/ngspice_rework/Makefile')
-rw-r--r--cad/ngspice_rework/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/cad/ngspice_rework/Makefile b/cad/ngspice_rework/Makefile
index 84f6f9b47e74..32482e3c59b0 100644
--- a/cad/ngspice_rework/Makefile
+++ b/cad/ngspice_rework/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= ngspice_rework
-PORTVERSION= 17
-PORTREVISION= 1
+PORTVERSION= 18
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ngspice
@@ -16,12 +15,19 @@ DISTNAME= ng-spice-rework-${PORTVERSION}
MAINTAINER= amakawa@jp.FreeBSD.org
COMMENT= A circuit simulator derived from spice3f5
-GNU_CONFIGURE= yes
+USE_AUTOTOOLS= autoconf:262
USE_GMAKE= yes
+#XSPICE doesn't build
+#CONFIGURE_ARGS+= --enable-xspice
+
+.ifndef PACKAGE_BUILDING
+CONFIGURE_ARGS+= --with-readline=yes
+.else
CONFIGURE_ARGS+= --disable-debug
+.endif
INFO= ngspice
-MAN1= ngspice.1 ngnutmeg.1 ngsconvert.1
+MAN1= ngspice.1 ngnutmeg.1 ngsconvert.1 ngmultidec.1
.include <bsd.port.mk>