diff options
author | SADA Kenji <sada@FreeBSD.org> | 2002-01-20 18:32:46 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2002-01-20 18:32:46 +0000 |
commit | 038039baa1dfec6ed1229d256dc81e6f29468f93 (patch) | |
tree | 4844d658e7894297fc2a2e36ddc794030c519d41 /french/koffice-kde4-l10n | |
parent | Update this port to match the CDDB.pm 1.08 distribution. (diff) |
Add new ports: french/koffice-i18n, german/koffice-i18n and japanese/koffice-i18n as satellite ports.
The PR also include russian/koffice-i18n which was already imported by
demon; I'll consider how we would treat it with him.
PR: ports/33005
Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
Diffstat (limited to 'french/koffice-kde4-l10n')
-rw-r--r-- | french/koffice-kde4-l10n/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/french/koffice-kde4-l10n/Makefile b/french/koffice-kde4-l10n/Makefile new file mode 100644 index 000000000000..8378fcd35dde --- /dev/null +++ b/french/koffice-kde4-l10n/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: fr-koffice-i18n +# Date created: 23 December 2001 +# Whom: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp> +# +# $FreeBSD$ +# + +CATEGORIES= french misc kde + +MAINTAINER= ports@FreeBSD.org + +LINGUAS= "fr" +MASTERDIR= ${.CURDIR}/../../misc/koffice-i18n + +SCRIPTS_ENV+= LINGUAS=${LINGUAS} + +.include "${MASTERDIR}/Makefile" |