diff options
author | markd <markd@pkgsrc.org> | 2005-01-25 12:41:53 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-01-25 12:41:53 +0000 |
commit | 4a2f43bcecb478acd73948ac6e94b7c0ed70d461 (patch) | |
tree | 5444fb8fe16a274b3dc65c8d6922da8cb9a5e920 /misc/koffice-i18n-en_GB/Makefile | |
parent | bf6a55528e539b3b08531e1c678a01e5f2d845d1 (diff) | |
download | pkgsrc-4a2f43bcecb478acd73948ac6e94b7c0ed70d461.tar.gz |
Initial import of koffice-i18n-en_GB-1.3.5 from pkgsrc-wip.
Packaged by Ian Zagorskih.
KOffice English (Great Britain) language pack
Diffstat (limited to 'misc/koffice-i18n-en_GB/Makefile')
-rw-r--r-- | misc/koffice-i18n-en_GB/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/misc/koffice-i18n-en_GB/Makefile b/misc/koffice-i18n-en_GB/Makefile new file mode 100644 index 00000000000..b5de086bac5 --- /dev/null +++ b/misc/koffice-i18n-en_GB/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/01/25 12:41:53 markd Exp $ + +DISTNAME= koffice-i18n-en_GB-1.3.5 +CATEGORIES= misc kde +MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/koffice-1.3.5/src/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= ianzag@mail.ru +HOMEPAGE= http://www.koffice.org/ +COMMENT= English (Great Britain) language pack for KOffice + +USE_BUILDLINK3= YES +GNU_CONFIGURE= YES +USE_GNU_TOOLS+= make + +.include "../../misc/koffice/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |