Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jan 2014 23:43:46 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r339189 - head/cad/ngspice_rework
Message-ID:  <201401082343.s08NhkBD026832@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401082343.s08NhkBD026832>