Lines 21-33
RUN_DEPENDS= tx:x11-fonts/afdko \
Link Here
|
21 |
USES= python |
21 |
USES= python |
22 |
USE_PYTHON= autoplist concurrent pep517 |
22 |
USE_PYTHON= autoplist concurrent pep517 |
23 |
|
23 |
|
|
|
24 |
# Remove bundled libraries |
25 |
EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/external \ |
26 |
--no-same-owner --no-same-permissions |
27 |
|
24 |
NO_ARCH= yes |
28 |
NO_ARCH= yes |
25 |
PLIST_FILES= ${PYTHON_SITELIBDIR}/cffsubr/tx |
29 |
PLIST_FILES= ${PYTHON_SITELIBDIR}/cffsubr/tx |
26 |
|
30 |
|
27 |
post-patch: |
|
|
28 |
# Clean up bundled libraries |
29 |
@${RM} -r ${WRKSRC}/external/ |
30 |
|
31 |
post-install: |
31 |
post-install: |
32 |
${LN} -s ${LOCALBASE}/bin/tx ${STAGEDIR}${PYTHON_SITELIBDIR}/cffsubr/tx |
32 |
${LN} -s ${LOCALBASE}/bin/tx ${STAGEDIR}${PYTHON_SITELIBDIR}/cffsubr/tx |
33 |
|
33 |
|