summaryrefslogtreecommitdiff
path: root/net-im/qxmpp
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-11-22 12:55:00 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-11-22 12:55:00 +0000
commit5898d7df5c5c0c4c33faa934a38001e755f6d900 (patch)
treeedc1328e7d68e649db202ae07c396b88869f73de /net-im/qxmpp
parentmath/py-pandas: stagify and add a run dependency (diff)
- Convert to USES=qmake (and other USES while I'm here)
- Add state support - Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc. Approved by: portmgr (blanket approval)
Notes
Notes: svn path=/head/; revision=334586
Diffstat (limited to 'net-im/qxmpp')
-rw-r--r--net-im/qxmpp/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net-im/qxmpp/Makefile b/net-im/qxmpp/Makefile
index a73b6d429b13..9725a61f458d 100644
--- a/net-im/qxmpp/Makefile
+++ b/net-im/qxmpp/Makefile
@@ -12,16 +12,15 @@ COMMENT= QXmpp is an xmpp client library based on Qt & C++
LICENSE= LGPL21
-USE_QT4= gui network xml qmake_build uic_build moc_build rcc_build
+USES= qmake
+USE_QT4= gui network xml uic_build moc_build rcc_build
CONFLICTS= ${PORTNAME}-leechcraft-[0-9]*
-NO_STAGE= yes
-do-configure:
+pre-configure:
${REINPLACE_CMD} -e 's|%%QT_LIBDIR_REL%%|${QT_LIBDIR_REL}|g' \
${WRKSRC}/src/src.pro
${REINPLACE_CMD} -e 's|%%DOCSDIR%%|${DOCSDIR}|g' \
${WRKSRC}/${PORTNAME}.pro
- cd ${WRKSRC} && ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX}
.include <bsd.port.mk>