diff options
Diffstat (limited to 'cad/qucs-s/Makefile')
-rw-r--r-- | cad/qucs-s/Makefile | 36 |
1 files changed, 17 insertions, 19 deletions
diff --git a/cad/qucs-s/Makefile b/cad/qucs-s/Makefile index 6ad88c698b08..e2bbf1d0db5a 100644 --- a/cad/qucs-s/Makefile +++ b/cad/qucs-s/Makefile @@ -1,11 +1,8 @@ PORTNAME= qucs-s -DISTVERSION= 25.1.1 +DISTVERSION= 25.1.2 CATEGORIES= cad MASTER_SITES= https://github.com/ra3xdh/qucs_s/releases/download/${DISTVERSION}/ -PATCH_SITES= https://github.com/ra3xdh/qucs_s/commit/ -PATCHFILES+= 4ae3a8e182027432b1aad3158798b91c073c4a86.patch:-p1 # Fix build with Qt >= 6.9.0 - MAINTAINER= yuri@FreeBSD.org COMMENT= Quite Universal Circuit Simulator: GUI for circuit simulation kernels WWW= https://ra3xdh.github.io/ \ @@ -22,28 +19,29 @@ USES= bison cmake gl localbase qt:6 USE_GL= opengl USE_QT= base charts svg tools:build -OPTIONS_DEFAULT= NGSPICE -OPTIONS_GROUP= BACKENDS RTDEPENDS -OPTIONS_GROUP_BACKENDS= NGSPICE QUCSATOR XYCE -OPTIONS_GROUP_RTDEPENDS= OCTAVE ADMS +OPTIONS_DEFAULT= NGSPICE +OPTIONS_GROUP= BACKENDS RTDEPENDS +OPTIONS_GROUP_BACKENDS= NGSPICE QUCSATOR XYCE +OPTIONS_GROUP_RTDEPENDS= ADMS OCTAVE -ADMS_DESC= ADMS model generator used for some non-essential features -BACKENDS_DESC= Simulation backends -NGSPICE_DESC= ngspice mixed-signal circuit simulator -OCTAVE_DESC= Octave is used for some non-essential features -QUCSATOR_DESC= Circuit simulator of the Qucs project -RTDEPENDS_DESC= Optional run-time dependencies -XYCE_DESC= Xyce electronic simulator +ADMS_DESC= ADMS model generator used for some non-essential features +BACKENDS_DESC= Simulation backends +NGSPICE_DESC= ngspice mixed-signal circuit simulator +OCTAVE_DESC= Octave is used for some non-essential features +QUCSATOR_DESC= Circuit simulator of the Qucs project +RTDEPENDS_DESC= Optional run-time dependencies +XYCE_DESC= Xyce electronic simulator ADMS_RUN_DEPENDS= admsXml:cad/adms NGSPICE_RUN_DEPENDS= ngspice:cad/ngspice_rework OCTAVE_RUN_DEPENDS= octave:math/octave QUCSATOR_RUN_DEPENDS= qucsator:cad/qucsator -XYCE_RUN_DEPENDS= Xyce:cad/xyce \ - mpirun:net/mpich +XYCE_RUN_DEPENDS= mpirun:net/mpich \ + Xyce:cad/xyce post-patch: - # first the patch under files/ introduces %%LOCALBASE%%, and now we fix it here - ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/qucs/settings.cpp +# first the patch under files/ introduces %%LOCALBASE%%, and now we fix it here + ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ + ${WRKSRC}/qucs/settings.cpp .include <bsd.port.mk> |