summaryrefslogtreecommitdiff
path: root/editors/koffice-i18n/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-10-02 20:55:58 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-10-02 20:55:58 +0000
commit1cf501d6f87b43d3b20cdc1df1942dccff3796bd (patch)
tree888348323662d1fceb365259a7bc1b95e8e8d3f1 /editors/koffice-i18n/Makefile
parent. s:NO_CDROM:RESTRICTED: as neither the distfiles nor the packages should (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_9_0'.release/4.9.0
Notes
Notes: svn path=/head/; revision=90063 svn path=/tags/RELEASE_4_9_0/; revision=90064; tag=release/4.9.0
Diffstat (limited to 'editors/koffice-i18n/Makefile')
-rw-r--r--editors/koffice-i18n/Makefile43
1 files changed, 0 insertions, 43 deletions
diff --git a/editors/koffice-i18n/Makefile b/editors/koffice-i18n/Makefile
deleted file mode 100644
index 8926056db8da..000000000000
--- a/editors/koffice-i18n/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# New ports collection makefile for: koffice-i18n
-# Date created: 27 April 2003
-# Whom: Michael Nottebrock <michaelnottebrock@gmx.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= koffice-i18n
-PORTVERSION= 1.2.1
-CATEGORIES= misc kde
-MASTER_SITES= # none
-DISTFILES= # none
-EXTRACT_ONLY= # none
-
-MAINTAINER= kde@FreeBSD.org
-COMMENT= Localized messages and documentation for KDE
-
-RUN_DEPENDS+=\
- ${LOCALBASE}/share/locale/de/LC_MESSAGES/kword.mo:${PORTSDIR}/german/koffice-i18n\
- ${LOCALBASE}/share/locale/fr/LC_MESSAGES/kword.mo:${PORTSDIR}/french/koffice-i18n\
- ${LOCALBASE}/share/locale/hu/LC_MESSAGES/kword.mo:${PORTSDIR}/hungarian/koffice-i18n\
- ${LOCALBASE}/share/locale/ja/LC_MESSAGES/kword.mo:${PORTSDIR}/hebrew/koffice-i18n\
- ${LOCALBASE}/share/locale/ja/LC_MESSAGES/kword.mo:${PORTSDIR}/japanese/koffice-i18n\
- ${LOCALBASE}/share/locale/pl/LC_MESSAGES/kword.mo:${PORTSDIR}/polish/koffice-i18n\
- ${LOCALBASE}/share/locale/pt/LC_MESSAGES/kword.mo:${PORTSDIR}/portuguese/koffice-i18n\
- ${LOCALBASE}/share/locale/pt_BR/LC_MESSAGES/kword.mo:${PORTSDIR}/portuguese/koffice-i18n-pt_BR\
- ${LOCALBASE}/share/locale/ru/LC_MESSAGES/kword.mo:${PORTSDIR}/russian/koffice-i18n\
- ${LOCALBASE}/share/locale/uk/LC_MESSAGES/kword.mo:${PORTSDIR}/ukrainian/koffice-i18n\
- ${LOCALBASE}/share/locale/zh_TW/LC_MESSAGES/kword.mo:${PORTSDIR}/chinese/koffice-i18n-zh_TW
-
-.for LANG in af ar bs cs da el en_GB eo es et it \
- lt lv mt nb nl nn sk sl sv th tr ven xh zu
-RUN_DEPENDS+=\
-${LOCALBASE}/share/locale/${LANG}/LC_MESSAGES/kword.mo:${PORTSDIR}/misc/koffice-i18n-${LANG}
-.endfor
-
-USE_KDELIBS_VER=3
-NO_BUILD= yes
-KDE_I18N= yes
-
-do-install: # none
-
-.include <bsd.port.mk>