mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
- Add the do-configure target
PR: ports/184333 Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer)
This commit is contained in:
parent
d4ab06368f
commit
a01b966ddd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335111
@ -24,6 +24,10 @@ USE_QT4= corelib gui network xml webkit moc_build rcc_build uic_build
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
|
||||
${QMAKE} "PREFIX=${PREFIX}" BASIC256.pro
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/mutex/mymutex/' ${WRKSRC}/*.cpp
|
||||
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/BASIC256.pro
|
||||
|
Loading…
Reference in New Issue
Block a user