43a46c6993
Along with Qt4 the following ports are updated: PyQt4 ports to 4.8.1 devel/py-sip to 4.11.2 devel/qscintilla2 to 2.4.5 PyKDE3 to 3.16.7 PyQt3 tp 3.18.2-snapshot-20091119 New ports added: devel/qt4-declarative devel/py-qt4-declarative x11/qt4-graphicssystems-opengl This release has been contributed by: Thomas Abthorpe (tabthorpe) Max Brazhnikov (makc) Dima Panov (fluffy) Alberto Villa (avilla) We'd like to thank Martin Wilke (miwi) for exp-run.
30 lines
659 B
Makefile
30 lines
659 B
Makefile
# New ports collection makefile for: qt4-l10n
|
|
# Date created: 2008-12-13
|
|
# Whom: Max Brazhnikov <makc@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= l10n
|
|
DISTVERSION= ${QT4_VERSION}
|
|
CATEGORIES?= misc
|
|
PKGNAMEPREFIX= qt4-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt translations messages
|
|
|
|
USE_QT_VER= 4
|
|
QT_COMPONENTS= linguist_build
|
|
QT_DIST= yes
|
|
QT_NONSTANDARD= yes
|
|
|
|
EXTRACT_AFTER_ARGS+= | ${TAR} -xf - --include '${DISTNAME}/translations'
|
|
|
|
do-build:
|
|
${LOCALBASE}/bin/lrelease-qt4 ${WRKSRC}/translations/*.ts
|
|
|
|
do-install:
|
|
${MKDIR} ${PREFIX}/share/qt4/translations
|
|
${INSTALL_DATA} ${WRKSRC}/translations/*.qm ${PREFIX}/share/qt4/translations
|
|
|
|
.include <bsd.port.mk>
|