summaryrefslogtreecommitdiffstats
path: root/editors/calligra-l10n/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/calligra-l10n/Makefile')
-rw-r--r--editors/calligra-l10n/Makefile51
1 files changed, 0 insertions, 51 deletions
diff --git a/editors/calligra-l10n/Makefile b/editors/calligra-l10n/Makefile
deleted file mode 100644
index 9fa34e3..0000000
--- a/editors/calligra-l10n/Makefile
+++ /dev/null
@@ -1,51 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= calligra-l10n
-PORTVERSION= ${CALLIGRA_VERSION}
-PORTREVISION= 1
-CATEGORIES= editors kde
-
-MAINTAINER= kde@FreeBSD.org
-COMMENT= Localized messages and documentation for Calligra
-
-USES= kde:4 metaport
-
-CALLIGRA_LANG_ALL= bs ca ca@valencia cs da de el en_GB es et fi fr \
- gl hu it ja kk nb nl pl pt pt_BR ru sk \
- sv tr uk zh_CN zh_TW
-
-de_PORT= german/calligra-l10n
-fr_PORT= french/calligra-l10n
-hu_PORT= hungarian/calligra-l10n
-ja_PORT= japanese/calligra-l10n
-pl_PORT= polish/calligra-l10n
-pt_PORT= portuguese/calligra-l10n
-pt_BR_PORT= portuguese/calligra-l10n-pt_BR
-ru_PORT= russian/calligra-l10n
-uk_PORT= ukrainian/calligra-l10n
-zh_CN_PORT= chinese/calligra-l10n-zh_CN
-zh_TW_PORT= chinese/calligra-l10n-zh_TW
-
-.include "${.CURDIR:H:H}/misc/kde4-l10n/files/kde4-lang-names"
-nb_NAME= Norwegian Bokmal
-
-OPTIONS_DEFINE= ALL ${LANG_OPT_ALL}
-OPTIONS_DEFAULT=ALL
-
-ALL_DESC= All localizations
-ALL_RUN_DEPENDS=# empty
-
-.for lang in ${CALLIGRA_LANG_ALL}
-${lang}_DETECT?= ${KDE_PREFIX}/share/locale/${lang}/LC_MESSAGES/calligra.mo
-${lang}_PORT?= editors/calligra-l10n-${lang:S/@/_/}
-${lang}_NAME?= ${lang}
-
-${lang}_OPT= ${lang:S/@/_/}
-LANG_OPT_ALL+= ${${lang}_OPT}
-${${lang}_OPT}_DESC= ${${lang}_NAME} localization
-
-${${lang}_OPT}_RUN_DEPENDS=${${lang}_DETECT}:${${lang}_PORT}
-ALL_RUN_DEPENDS+= ${${${lang}_OPT}_RUN_DEPENDS}
-.endfor
-
-.include <bsd.port.mk>
OpenPOWER on IntegriCloud