2001-03-02 12:30:34 +01:00
|
|
|
# New ports collection makefile for: kde2-i18n
|
|
|
|
# Date created: 1 March 2001
|
|
|
|
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kde-i18n
|
2002-07-04 21:39:36 +02:00
|
|
|
PORTVERSION= ${KDE_VERSION}
|
2009-07-31 15:57:52 +02:00
|
|
|
PORTREVISION= 1
|
2002-04-22 01:47:50 +02:00
|
|
|
CATEGORIES= misc kde
|
|
|
|
MASTER_SITES= # none
|
|
|
|
DISTFILES= # none
|
|
|
|
EXTRACT_ONLY= # none
|
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Localized messages and documentation for KDE
|
2002-04-22 01:47:50 +02:00
|
|
|
|
|
|
|
RUN_DEPENDS+=\
|
2003-11-16 03:36:29 +01:00
|
|
|
${LOCALBASE}/share/locale/ar/entry.desktop:${PORTSDIR}/arabic/kde3-i18n \
|
2003-05-19 21:43:36 +02:00
|
|
|
${LOCALBASE}/share/locale/ja/entry.desktop:${PORTSDIR}/japanese/kde3-i18n \
|
|
|
|
${LOCALBASE}/share/locale/fr/entry.desktop:${PORTSDIR}/french/kde3-i18n \
|
|
|
|
${LOCALBASE}/share/locale/de/entry.desktop:${PORTSDIR}/german/kde3-i18n \
|
|
|
|
${LOCALBASE}/share/locale/he/entry.desktop:${PORTSDIR}/hebrew/kde3-i18n \
|
|
|
|
${LOCALBASE}/share/locale/hu/entry.desktop:${PORTSDIR}/hungarian/kde3-i18n \
|
2005-08-01 00:46:35 +02:00
|
|
|
${LOCALBASE}/share/locale/ko/entry.desktop:${PORTSDIR}/korean/kde3-i18n \
|
2003-05-19 21:43:36 +02:00
|
|
|
${LOCALBASE}/share/locale/ru/entry.desktop:${PORTSDIR}/russian/kde3-i18n \
|
2009-08-10 06:09:52 +02:00
|
|
|
${LOCALBASE}/share/locale/sr@Latn/entry.desktop:${PORTSDIR}/misc/kde3-i18n-sr_Latn \
|
2003-05-19 21:43:36 +02:00
|
|
|
${LOCALBASE}/share/locale/uk/entry.desktop:${PORTSDIR}/ukrainian/kde3-i18n \
|
2003-08-19 14:04:27 +02:00
|
|
|
${LOCALBASE}/share/locale/vi/entry.desktop:${PORTSDIR}/vietnamese/kde3-i18n \
|
|
|
|
${LOCALBASE}/share/locale/pl/entry.desktop:${PORTSDIR}/polish/kde3-i18n
|
2002-04-22 01:47:50 +02:00
|
|
|
|
2008-08-29 13:30:04 +02:00
|
|
|
.for LANG in af az be bg bn br bs ca cs csb cy da el en_GB eo es et eu fa fi fy ga gl \
|
|
|
|
hi hr hsb is it kk km lt lv mk mn ms mt nb nds nl nn nso pa ro rw se sk sl \
|
2009-08-10 06:09:52 +02:00
|
|
|
sr ss sv ta te tg th tr uz ven wa xh zu
|
2002-04-22 01:47:50 +02:00
|
|
|
RUN_DEPENDS+=\
|
2003-05-19 21:43:36 +02:00
|
|
|
${LOCALBASE}/share/locale/${LANG}/entry.desktop:${PORTSDIR}/misc/kde3-i18n-${LANG}
|
2001-12-12 18:54:14 +01:00
|
|
|
.endfor
|
2003-01-28 23:02:14 +01:00
|
|
|
RUN_DEPENDS+=\
|
2003-05-19 21:43:36 +02:00
|
|
|
${LOCALBASE}/share/locale/pt/entry.desktop:${PORTSDIR}/portuguese/kde3-i18n \
|
|
|
|
${LOCALBASE}/share/locale/pt_BR/entry.desktop:${PORTSDIR}/portuguese/kde3-i18n-pt_BR
|
2002-04-22 01:47:50 +02:00
|
|
|
.for ZH in zh_CN zh_TW
|
|
|
|
RUN_DEPENDS+=\
|
2003-05-19 21:43:36 +02:00
|
|
|
${LOCALBASE}/share/locale/${ZH}/entry.desktop:${PORTSDIR}/chinese/kde3-i18n-${ZH}
|
2001-12-12 18:54:14 +01:00
|
|
|
.endfor
|
2001-04-09 22:48:48 +02:00
|
|
|
|
2002-07-04 21:39:36 +02:00
|
|
|
USE_KDELIBS_VER=3
|
2002-04-22 01:47:50 +02:00
|
|
|
NO_BUILD= yes
|
2002-07-04 21:39:36 +02:00
|
|
|
KDE_I18N= yes
|
2002-04-22 01:47:50 +02:00
|
|
|
|
|
|
|
do-install: # none
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|