mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
Support stage
Use option helpers
This commit is contained in:
parent
4c4d72d4e8
commit
3022916800
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339189
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user