diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-24 08:44:22 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-24 08:44:22 +0000 |
commit | 7d1fb7a53853753f6daadb4750cad3c9f57b935e (patch) | |
tree | 4ade23150def55d618eba200c1fcfd26b124f096 /misc/koffice-i18n-eo | |
parent | e9f825e523ffbea5a5c999392f8189ab4e41f755 (diff) | |
download | pkgsrc-7d1fb7a53853753f6daadb4750cad3c9f57b935e.tar.gz |
Converted the koffice i18n packages to use the i18n.mk file, thereby
fixing a "test ==".
Diffstat (limited to 'misc/koffice-i18n-eo')
-rw-r--r-- | misc/koffice-i18n-eo/Makefile | 22 |
1 files changed, 5 insertions, 17 deletions
diff --git a/misc/koffice-i18n-eo/Makefile b/misc/koffice-i18n-eo/Makefile index 9315c15019a..df887be260f 100644 --- a/misc/koffice-i18n-eo/Makefile +++ b/misc/koffice-i18n-eo/Makefile @@ -1,20 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2006/03/21 19:24:46 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2006/10/24 08:44:22 rillig Exp $ -DISTNAME= koffice-i18n-eo-1.3.5 -PKGREVISION= 5 -CATEGORIES= misc kde -MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/koffice-1.3.5/src/ -EXTRACT_SUFX= .tar.bz2 - -BUILD_DEPENDS+= kdelibs>=3:../../x11/kdelibs3 - -MAINTAINER= ianzag@mail.ru -HOMEPAGE= http://www.koffice.org/ -COMMENT= Esperanto language pack for KOffice - -GNU_CONFIGURE= YES -USE_TOOLS+= gmake - -USE_PKGLOCALEDIR= YES +KOFFICE_LANGUAGE= Esperanto +KOFFICE_LANGCODE= eo +PKGREVISION= 5 +.include "../../misc/koffice/i18n.mk" .include "../../mk/bsd.pkg.mk" |