4cd1e8830e
Alberto Villa (avilla@) has done all the hard work to create Qt 5 ports. Trivial update from 5.2.0-beta1 to 5.2.1 by me. Special thanks for Adriaan de Groot <groot@kde.org> for his assistance for Qt-5.2.0 update. Approved by: portmgr (bapt) (for Mk/bsd.port.mk)
31 lines
720 B
Makefile
31 lines
720 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= linguist
|
|
DISTVERSION= ${QT5_VERSION}
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt 5 translation tool
|
|
|
|
USE_QT5= assistant_run core linguisttools_run printsupport \
|
|
uitools_build widgets xml buildtools_build
|
|
QT_DIST= tools
|
|
USES= qmake
|
|
|
|
DESKTOP_ENTRIES="Qt 5 Linguist" "" \
|
|
"${PREFIX}/share/pixmaps/linguist-qt5.png" \
|
|
"${PREFIX}/${QT_BINDIR_REL}/linguist" \
|
|
"Development;Qt;" true
|
|
|
|
WRKSRC_SUBDIR= src/${PORTNAME}/${PORTNAME}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/DESTDIR/ d' \
|
|
${WRKSRC}/linguist.pro
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/images/icons/linguist-128-32.png \
|
|
${STAGEDIR}${PREFIX}/share/pixmaps/linguist-qt5.png
|
|
|
|
.include <bsd.port.mk>
|