mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
cad/irsim: update to 9.7.81
- Update to 9.7.81 - Use options helpers - USES gmake - Pass maintainership to submitter PR: ports/181843 Submitted by: Danilo Egêa Gondolfo <danilogondolfo gmail.com>
This commit is contained in:
parent
bbc9375bb7
commit
2a993a3b2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326421
2 changed files with 14 additions and 18 deletions
|
@ -2,12 +2,12 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= irsim
|
||||
PORTVERSION= 9.7.79
|
||||
PORTVERSION= 9.7.81
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= http://opencircuitdesign.com/irsim/archive/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= danilogondolfo@gmail.com
|
||||
COMMENT= Event-driven logic-level simulator for MOS circuis
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
@ -17,11 +17,18 @@ OPTIONS_RADIO_INTERPRETER= SCHEME TCL
|
|||
OPTIONS_DEFAULT= SCHEME
|
||||
SCHEME_DESC= Scheme interpreter
|
||||
TCL_DESC= Tcl interpreter
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
SCHEME_CONFIGURE_ON= --with-interpreter=scheme
|
||||
TCL_CONFIGURE_ON= --with-interpreter=tcl --with-tcl=${TCL_LIBDIR} \
|
||||
--with-tk=${TK_LIBDIR} --with-tclincls=${TCL_INCLUDEDIR} \
|
||||
--with-tkincls=${TK_INCLUDEDIR} --with-tcllibs=${LOCALBASE}/lib \
|
||||
--with-tklibs=${LOCALBASE}/lib
|
||||
|
||||
CONFIGURE_WRKSRC= ${WRKSRC}/scripts
|
||||
|
||||
USES= gmake
|
||||
USE_XORG= x11
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -36,21 +43,10 @@ MAN5= netchange.5
|
|||
.if ${PORT_OPTIONS:MTCL}
|
||||
USE_TK_BUILD= yes
|
||||
USE_TK= yes
|
||||
CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR} \
|
||||
--with-tk=${TK_LIBDIR} \
|
||||
--with-tclincls=${TCL_INCLUDEDIR} \
|
||||
--with-tkincls=${TK_INCLUDEDIR} \
|
||||
--with-tcllibs=${LOCALBASE}/lib \
|
||||
--with-tklibs=${LOCALBASE}/lib \
|
||||
--with-interpreter=tcl
|
||||
PLIST_SUB+= TCL="" NOTCL="@comment "
|
||||
PLIST_SUB+= NOTCL="@comment "
|
||||
.else
|
||||
WISH= ${FALSE}
|
||||
PLIST_SUB+= TCL="@comment " NOTCL=""
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MSCHEME}
|
||||
CONFIGURE_ARGS+= --with-interpreter=scheme
|
||||
PLIST_SUB+= NOTCL=""
|
||||
.endif
|
||||
|
||||
.if empty(PORT_OPTIONS:MSCHEME) && empty(PORT_OPTIONS:MTCL)
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (irsim-9.7.79.tgz) = 48f639b0893eaf116d0d248b32fbc884fe5eceaba57499f22ee61e6e7c44b7eb
|
||||
SIZE (irsim-9.7.79.tgz) = 471749
|
||||
SHA256 (irsim-9.7.81.tgz) = b9a80dbc7f49b0f543d669dda30bb2f8ab8a3d0415d8165195b4ef9b010341e5
|
||||
SIZE (irsim-9.7.81.tgz) = 459240
|
||||
|
|
Loading…
Add table
Reference in a new issue