svn commit: r339189 - head/cad/ngspice_rework

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 8 23:43:46 UTC 2014


Author: bapt
Date: Wed Jan  8 23:43:45 2014
New Revision: 339189
URL: http://svnweb.freebsd.org/changeset/ports/339189

Log:
  Support stage
  Use option helpers

Modified:
  head/cad/ngspice_rework/Makefile
  head/cad/ngspice_rework/pkg-plist

Modified: head/cad/ngspice_rework/Makefile
==============================================================================
--- head/cad/ngspice_rework/Makefile	Wed Jan  8 23:38:55 2014	(r339188)
+++ head/cad/ngspice_rework/Makefile	Wed Jan  8 23:43:45 2014	(r339189)
@@ -13,20 +13,11 @@ COMMENT=	Mixed-signal circuit simulator 
 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>

Modified: head/cad/ngspice_rework/pkg-plist
==============================================================================
--- head/cad/ngspice_rework/pkg-plist	Wed Jan  8 23:38:55 2014	(r339188)
+++ head/cad/ngspice_rework/pkg-plist	Wed Jan  8 23:43:45 2014	(r339189)
@@ -134,6 +134,10 @@ lib/ngspice/digital.cm
 lib/ngspice/analog.cm
 lib/ngspice/xtradev.cm
 lib/ngspice/xtraevt.cm
+man/man1/ngmultidec.1.gz
+man/man1/ngnutmeg.1.gz
+man/man1/ngsconvert.1.gz
+man/man1/ngspice.1.gz
 @dirrm lib/ngspice
 @dirrm share/ngspice/scripts
 @dirrm share/ngspice/helpdir


More information about the svn-ports-all mailing list