- Add tools like a new target. It could be useful for compile some apps like
net-p2p/transmisson-remote-gui because it uses somes tools from lazarus tools directory Reported by: QAT
This commit is contained in:
parent
81673e7c9e
commit
bca3f1607f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259408
@ -73,6 +73,8 @@ post-patch:
|
||||
do-build:
|
||||
@cd ${WRKSRC} && \
|
||||
${SETENV} ${MAKE_ENV} ${GMAKE} LCL_PLATFORM=${LCL_PLATFORM}
|
||||
@cd ${WRKSRC} && \
|
||||
${SETENV} ${MAKE_ENV} ${GMAKE} tools LCL_PLATFORM=${LCL_PLATFORM}
|
||||
|
||||
post-build:
|
||||
@cd ${WRKSRC} && \
|
||||
@ -119,7 +121,8 @@ do-install:
|
||||
${FIND} * -type d -exec ${MKDIR} "${DATADIR}/${DIRE}/{}" \; && \
|
||||
${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${DATADIR}/${DIRE}/{}" \;
|
||||
.endfor
|
||||
@${CHMOD} +x ${DATADIR}/tools/svn2revisioninc
|
||||
@${CHMOD} +x ${DATADIR}/tools/svn2revisioninc ${DATADIR}/tools/lazres ${DATADIR}/tools/lrstolfm \
|
||||
${DATADIR}/tools/updatepofiles
|
||||
|
||||
.for FILE in lazarus startlazarus lazbuild
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${FILE} ${DATADIR}
|
||||
|
Loading…
Reference in New Issue
Block a user