Changeset View
Changeset View
Standalone View
Standalone View
cad/spice/Makefile
Show All 14 Lines | |||||
MAINTAINER= hrs@FreeBSD.org | MAINTAINER= hrs@FreeBSD.org | ||||
COMMENT= General-purpose circuit simulation program | COMMENT= General-purpose circuit simulation program | ||||
WWW= http://bwrc.eecs.berkeley.edu/Classes/IcBook/SPICE/ | WWW= http://bwrc.eecs.berkeley.edu/Classes/IcBook/SPICE/ | ||||
LICENSE= MIT | LICENSE= MIT | ||||
LICENSE_FILE= ${WRKSRC}/COPYRIGHT | LICENSE_FILE= ${WRKSRC}/COPYRIGHT | ||||
BROKEN_aarch64= Fails to link: missing sbrk | |||||
BROKEN_riscv64= Fails to link: missing sbrk | |||||
WRKSRC= ${WRKDIR}/${PORTNAME}3f5 | WRKSRC= ${WRKDIR}/${PORTNAME}3f5 | ||||
MAKEFILE= ${FILESDIR}/Makefile | MAKEFILE= ${FILESDIR}/Makefile | ||||
CONFIGURE_ENV= CONFIGFILE="${CONFIGFILE}" \ | CONFIGURE_ENV= CONFIGFILE="${CONFIGFILE}" \ | ||||
LOCALBASE="${LOCALBASE}" | LOCALBASE="${LOCALBASE}" | ||||
MAKE_JOBS_UNSAFE=yes | MAKE_JOBS_UNSAFE=yes | ||||
CFLAGS+= -fcommon | CFLAGS+= -fcommon | ||||
PORTDOCS= spice3f3.ps.gz | PORTDOCS= spice3f3.ps.gz | ||||
PORTEXAMPLES= bjtnoise.cir bsim1tst.cir bsim2tst.cir diffpair.cir \ | PORTEXAMPLES= bjtnoise.cir bsim1tst.cir bsim2tst.cir diffpair.cir \ | ||||
diodisto.cir ltra_1.cir ltra_2.cir ltra_3.cir \ | diodisto.cir ltra_1.cir ltra_2.cir ltra_3.cir \ | ||||
mixdisto.cir mos6inv.cir mosamp2.cir mosmem.cir process.mod \ | mixdisto.cir mos6inv.cir mosamp2.cir mosmem.cir process.mod \ | ||||
process.pro pz2.cir pzt.cir rc.cir rca3040.cir resnoise.cir \ | process.pro pz2.cir pzt.cir rc.cir rca3040.cir resnoise.cir \ | ||||
rtlinv.cir schmitt.cir simplepz.cir | rtlinv.cir schmitt.cir simplepz.cir | ||||
USES= sbrk | |||||
OPTIONS_DEFINE= DOCS EXAMPLES X11 DEV_BSIM3 DEV_BSIM4 DEV_HISIM2 | OPTIONS_DEFINE= DOCS EXAMPLES X11 DEV_BSIM3 DEV_BSIM4 DEV_HISIM2 | ||||
OPTIONS_DEFAULT=X11 | OPTIONS_DEFAULT=X11 | ||||
X11_USES= xorg | X11_USES= xorg | ||||
X11_USE= XORG=x11,xaw,xext,xmu,xorgproto,xt | X11_USE= XORG=x11,xaw,xext,xmu,xorgproto,xt | ||||
X11_CONFIGURE_ENV= WITH_X11=yes | X11_CONFIGURE_ENV= WITH_X11=yes | ||||
DEV_BSIM3_DESC= BSIM3v3 MOS Transistor Model Support | DEV_BSIM3_DESC= BSIM3v3 MOS Transistor Model Support | ||||
▲ Show 20 Lines • Show All 78 Lines • Show Last 20 Lines |