summaryrefslogtreecommitdiff
path: root/misc/koffice
diff options
context:
space:
mode:
authormarkd <markd>2007-06-28 10:21:08 +0000
committermarkd <markd>2007-06-28 10:21:08 +0000
commite25875146a86ea1600b4ea557c5f5a7a072bb650 (patch)
tree8fdf87185eecb45f8a396399f5a7b17267ac97e4 /misc/koffice
parent2e668b4e9f6cf5755555df19b526813fc514d591 (diff)
downloadpkgsrc-e25875146a86ea1600b4ea557c5f5a7a072bb650.tar.gz
remove obsolete koffice language packs.
Diffstat (limited to 'misc/koffice')
-rw-r--r--misc/koffice/i18n.mk38
1 files changed, 0 insertions, 38 deletions
diff --git a/misc/koffice/i18n.mk b/misc/koffice/i18n.mk
deleted file mode 100644
index 214e8f23883..00000000000
--- a/misc/koffice/i18n.mk
+++ /dev/null
@@ -1,38 +0,0 @@
-# $NetBSD: i18n.mk,v 1.2 2006/10/24 08:43:40 rillig Exp $
-#
-
-# This file provides useful defaults for the i18n packages of koffice.
-#
-# The following variables shall be defined when using this file.
-#
-# KOFFICE_LANGCODE
-# The language code (e.g. de, pt_BR)
-#
-# KOFFICE_LANGUAGE
-# The full name of the language (e.g. German, Brasilian)
-#
-
-KOFFICE_VERSION?= 1.3.5
-
-DISTNAME= koffice-i18n-${KOFFICE_LANGCODE}-${KOFFICE_VERSION}
-CATEGORIES= misc kde
-MASTER_SITES= ${MASTER_SITE_KDE:=koffice-${KOFFICE_VERSION}/src/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER?= ianzag@mail.ru
-HOMEPAGE= http://www.koffice.org/
-COMMENT= ${KOFFICE_LANGUAGE} language pack for KOffice
-
-BUILD_DEPENDS+= kdelibs>=3:../../x11/kdelibs3
-CONFLICTS+= koffice-l10n-${KOFFICE_LANGCODE}-[0-9]*
-
-GNU_CONFIGURE= yes
-USE_PKGLOCALEDIR= yes
-USE_TOOLS+= gmake
-
-SUBST_CLASSES+= ko
-SUBST_STAGE.ko= pre-configure
-SUBST_FILES.ko= configure
-SUBST_SED.ko= -e 's,\(build_arts" \)==\( "no"\),\1=\2,'
-
-.include "../../meta-pkgs/kde3/kde3.mk"