pkgsrc-wip/kde4/l10n.mk
Thomas Klausner 7d99514cf8 Remove msgfmtstrip scripts and targets using them, now that the
infrastructure supports this properly (thanks joerg!).
2009-03-22 19:18:29 +00:00

33 lines
827 B
Makefile

# $NetBSD: l10n.mk,v 1.2 2009/03/22 19:18:29 thomasklausner Exp $
# This file provides useful defaults for the l10n packages of koffice.
#
# The following variables shall be defined when using this file.
#
# KDE_LANGCODE
# The language code (e.g. de, pt_BR)
#
# KDE_LANGUAGE
# The full name of the language (e.g. German, Brasilian)
#
DISTNAME= kde-l10n-${KDE_LANGCODE}-${_KDE_VERSION}
PKGNAME= ${DISTNAME:S/kde-/kde4-/}
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_KDE_I18N}
COMMENT= ${KOFFICE_LANGUAGE} language pack for KDE4
.include "../../wip/kde4/Makefile.kde4"
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= msgfmt
BUILDLINK_DEPMETHOD.qt4-libs= build
BUILDLINK_DEPMETHOD.qt4-qdbus= build
BUILDLINK_DEPMETHOD.kdelibs= build
.include "../../wip/kde4/kde4.mk"
.include "../../wip/kdelibs4/buildlink3.mk"