mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
cad/qflow: Add missing apps to DEPENDS statements; Fix the strip statement
This commit is contained in:
parent
614c329def
commit
72965a98b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=529071
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= qflow
|
||||
DISTVERSION= 1.4.79
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= cad
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -9,9 +10,11 @@ COMMENT= End-to-end digital synthesis flow for ASIC designs
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
APP_DEPENDS= magic>0:cad/magic \
|
||||
APP_DEPENDS= graywolf:cad/graywolf \
|
||||
magic>0:cad/magic \
|
||||
netgen-lvs>0:cad/netgen-lvs \
|
||||
qrouter>0:cad/qrouter \
|
||||
sta:cad/opensta \
|
||||
yosys>0:cad/yosys
|
||||
BUILD_DEPENDS= ${APP_DEPENDS}
|
||||
RUN_DEPENDS= ${APP_DEPENDS}
|
||||
@ -28,7 +31,7 @@ post-patch:
|
||||
|
||||
post-install:
|
||||
@cd ${STAGEDIR}${PREFIX}/share/qflow/bin && \
|
||||
${STRIP_CMD} a* b* D* r* s* v* && \
|
||||
${STRIP_CMD} vlog2Spice vlog2Verilog vlog2Def vlog2Cel vlogFanout DEF2Verilog addspacers vesta spice2delay rc2dly blif2BSpice blif2Verilog blifFanout && \
|
||||
${RM} yosys-abc && ${LN} -s ${LOCALBASE}/bin/abc yosys-abc # https://github.com/RTimothyEdwards/qflow/issues/6
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -4,11 +4,13 @@ bin/qflow
|
||||
%%DATADIR%%/bin/blif2BSpice
|
||||
%%DATADIR%%/bin/blif2Verilog
|
||||
%%DATADIR%%/bin/blifFanout
|
||||
%%DATADIR%%/bin/graywolf
|
||||
%%DATADIR%%/bin/magic
|
||||
%%DATADIR%%/bin/netgen
|
||||
%%DATADIR%%/bin/qrouter
|
||||
%%DATADIR%%/bin/rc2dly
|
||||
%%DATADIR%%/bin/spice2delay
|
||||
%%DATADIR%%/bin/sta
|
||||
%%DATADIR%%/bin/vesta
|
||||
%%DATADIR%%/bin/vlog2Cel
|
||||
%%DATADIR%%/bin/vlog2Def
|
||||
|
Loading…
Reference in New Issue
Block a user