diff options
Diffstat (limited to 'cad/ngspice_rework/Makefile')
-rw-r--r-- | cad/ngspice_rework/Makefile | 14 |
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> |