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:
William Grzybowski 2013-09-05 17:23:04 +00:00
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

View file

@ -2,12 +2,12 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= irsim PORTNAME= irsim
PORTVERSION= 9.7.79 PORTVERSION= 9.7.81
CATEGORIES= cad CATEGORIES= cad
MASTER_SITES= http://opencircuitdesign.com/irsim/archive/ MASTER_SITES= http://opencircuitdesign.com/irsim/archive/
EXTRACT_SUFX= .tgz EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org MAINTAINER= danilogondolfo@gmail.com
COMMENT= Event-driven logic-level simulator for MOS circuis COMMENT= Event-driven logic-level simulator for MOS circuis
LICENSE= GPLv2 LICENSE= GPLv2
@ -17,11 +17,18 @@ OPTIONS_RADIO_INTERPRETER= SCHEME TCL
OPTIONS_DEFAULT= SCHEME OPTIONS_DEFAULT= SCHEME
SCHEME_DESC= Scheme interpreter SCHEME_DESC= Scheme interpreter
TCL_DESC= Tcl 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 CONFIGURE_WRKSRC= ${WRKSRC}/scripts
USES= gmake
USE_XORG= x11 USE_XORG= x11
USE_GMAKE= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include
@ -36,21 +43,10 @@ MAN5= netchange.5
.if ${PORT_OPTIONS:MTCL} .if ${PORT_OPTIONS:MTCL}
USE_TK_BUILD= yes USE_TK_BUILD= yes
USE_TK= yes USE_TK= yes
CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR} \ PLIST_SUB+= NOTCL="@comment "
--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 "
.else .else
WISH= ${FALSE} WISH= ${FALSE}
PLIST_SUB+= TCL="@comment " NOTCL="" PLIST_SUB+= NOTCL=""
.endif
.if ${PORT_OPTIONS:MSCHEME}
CONFIGURE_ARGS+= --with-interpreter=scheme
.endif .endif
.if empty(PORT_OPTIONS:MSCHEME) && empty(PORT_OPTIONS:MTCL) .if empty(PORT_OPTIONS:MSCHEME) && empty(PORT_OPTIONS:MTCL)

View file

@ -1,2 +1,2 @@
SHA256 (irsim-9.7.79.tgz) = 48f639b0893eaf116d0d248b32fbc884fe5eceaba57499f22ee61e6e7c44b7eb SHA256 (irsim-9.7.81.tgz) = b9a80dbc7f49b0f543d669dda30bb2f8ab8a3d0415d8165195b4ef9b010341e5
SIZE (irsim-9.7.79.tgz) = 471749 SIZE (irsim-9.7.81.tgz) = 459240