diff --git a/cad/irsim/Makefile b/cad/irsim/Makefile index 1e858b3a6b1f..5be9c07d5907 100644 --- a/cad/irsim/Makefile +++ b/cad/irsim/Makefile @@ -1,55 +1,61 @@ PORTNAME= irsim -DISTVERSION= 9.7.110 +DISTVERSION= 9.7.116 CATEGORIES= cad MASTER_SITES= http://opencircuitdesign.com/irsim/archive/ MAINTAINER= ports@FreeBSD.org COMMENT= Event-driven logic-level simulator for MOS circuis WWW= http://opencircuitdesign.com/irsim/ LICENSE= GPLv2 +USES= gmake tar:tgz xorg + OPTIONS_RADIO= INTERPRETER 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 TCL_USES= tk:tea CONFIGURE_WRKSRC= ${WRKSRC}/scripts -USES= gmake tar:tgz xorg USE_XORG= x11 GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .include .if ${PORT_OPTIONS:MTCL} PLIST_SUB+= NOTCL="@comment " .else WISH= ${FALSE} PLIST_SUB+= NOTCL="" .endif .if empty(PORT_OPTIONS:MSCHEME) && empty(PORT_OPTIONS:MTCL) CONFIGURE_ARGS+= --with-interpreter=no .endif post-patch: @${REINPLACE_CMD} -e \ 's|FreeBSD-\*|*-*-freebsd*| ; \ s|wish |${WISH:T} | ; \ s|"-fpic"|"-fPIC"| ; \ /-l\/usr\/X11R6\/include/d' ${CONFIGURE_WRKSRC}/configure post-install: - cd ${STAGEDIR}${PREFIX} && ${STRIP_CMD} bin/gentbl bin/genspktbl +.if empty(PORT_OPTIONS:MTCL) + cd ${STAGEDIR}${PREFIX} && ${STRIP_CMD} bin/gentbl bin/genspktbl bin/irsim +.else + cd ${STAGEDIR}${PREFIX}/lib/irsim/tcl && \ + ${STRIP_CMD} irsimexec tclirsim.so diglib.so random.so +.endif .include diff --git a/cad/irsim/distinfo b/cad/irsim/distinfo index 9d31587c2c69..54dc3b42fad7 100644 --- a/cad/irsim/distinfo +++ b/cad/irsim/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1615922474 -SHA256 (irsim-9.7.110.tgz) = 8388d92081c0e47077f0b7f0a3de4e906da83260e0966c8da8016bb8c966aedc -SIZE (irsim-9.7.110.tgz) = 466632 +TIMESTAMP = 1672169839 +SHA256 (irsim-9.7.116.tgz) = f6afcab1e57743ade0d34e410788d26bf4bf94ee45144b9ea78a567f9651a555 +SIZE (irsim-9.7.116.tgz) = 481566