1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/devel/qt5-linguist/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

33 lines
736 B
Makefile

# $FreeBSD$
PORTNAME= linguist
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
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>