Changeset View
Changeset View
Standalone View
Standalone View
cad/fritzing/Makefile
| Show First 20 Lines • Show All 44 Lines • ▼ Show 20 Lines | post-install: | ||||
| cd ${WRKSRC_parts}; ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} | cd ${WRKSRC_parts}; ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} | ||||
| ${RM} -r ${STAGEDIR}${DATADIR}/.github | ${RM} -r ${STAGEDIR}${DATADIR}/.github | ||||
| ${STAGEDIR}${PREFIX}/bin/Fritzing \ | ${STAGEDIR}${PREFIX}/bin/Fritzing \ | ||||
| -db ${STAGEDIR}${DATADIR}/parts/parts.db \ | -db ${STAGEDIR}${DATADIR}/parts/parts.db \ | ||||
| -pp ${STAGEDIR}${DATADIR}/parts \ | -pp ${STAGEDIR}${DATADIR}/parts \ | ||||
| -f ${STAGEDIR}${DATADIR} \ | -f ${STAGEDIR}${DATADIR} \ | ||||
| -platform offscreen | -platform offscreen | ||||
| .include <bsd.port.pre.mk> | .include <bsd.port.mk> | ||||
| .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1400000 && ${SSL_DEFAULT} == "base" | |||||
| IGNORE= Requires OpenSSL >= 3 | |||||
| .endif | |||||
| .include <bsd.port.post.mk> | |||||