aboutsummaryrefslogtreecommitdiff
path: root/cad/ngspice_rework/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cad/ngspice_rework/Makefile')
-rw-r--r--cad/ngspice_rework/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/cad/ngspice_rework/Makefile b/cad/ngspice_rework/Makefile
index fc83673e64fd..2e7d707b615a 100644
--- a/cad/ngspice_rework/Makefile
+++ b/cad/ngspice_rework/Makefile
@@ -13,20 +13,11 @@ COMMENT= Mixed-signal circuit simulator derived from Spice and Cider
OPTIONS_DEFINE= DEBUG
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake
-NO_STAGE= yes
-.include <bsd.port.options.mk>
+DEBUG_CONFIGURE_ENABLE= debig
CONFIGURE_ARGS+=--enable-xspice \
--with-readline=yes
-.if ${PORT_OPTIONS:MDEBUG}
-CONFIGURE_ARGS+= --enable-debug
-.else
-CONFIGURE_ARGS+= --disable-debug
-.endif
-
-MAN1= ngspice.1 ngnutmeg.1 ngsconvert.1 ngmultidec.1
-
.include <bsd.port.mk>