2009-01-13 21:34:49 +01:00
|
|
|
# New ports collection makefile for: qt4-l10n
|
|
|
|
# Date created: 2008-12-13
|
|
|
|
# Whom: Max Brazhnikov <makc@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= l10n
|
|
|
|
PORTVERSION= ${QT4_VERSION}
|
|
|
|
PORTREVISION= 0
|
|
|
|
CATEGORIES?= misc
|
|
|
|
MASTER_SITES= ${MASTER_SITE_QT}
|
|
|
|
PKGNAMEPREFIX= qt4-
|
|
|
|
DISTNAME= qt-x11-opensource-src-${PORTVERSION}
|
|
|
|
DIST_SUBDIR= KDE
|
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
COMMENT= Qt translations messages
|
|
|
|
|
|
|
|
USE_QT_VER= 4
|
|
|
|
QT_COMPONENTS= #dummy
|
|
|
|
NO_BUILD= yes
|
2009-11-27 00:24:38 +01:00
|
|
|
MD5_FILE= ${PORTSDIR}/devel/qt4/distinfo
|
2009-01-13 21:34:49 +01:00
|
|
|
|
|
|
|
EXTRACT_AFTER_ARGS+= | ${TAR} -xf - --include '${DISTNAME}/translations'
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${MKDIR} ${PREFIX}/share/qt4/translations
|
2009-11-27 00:24:38 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/translations/*.ts ${PREFIX}/share/qt4/translations
|
2009-01-13 21:34:49 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|