diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-11-08 23:51:51 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-11-08 23:51:51 +0000 |
commit | 25f59fa57def11e932c69ccf0646360d55db6cfb (patch) | |
tree | 7b78f003b0d85fbf3a036bf51a7d708528b98317 /french | |
parent | 3c8db15933fdd1555db9795a97dc4ba0a704ee57 (diff) | |
download | ports-25f59fa57def11e932c69ccf0646360d55db6cfb.tar.gz ports-25f59fa57def11e932c69ccf0646360d55db6cfb.zip |
Notes
Diffstat (limited to 'french')
-rw-r--r-- | french/Makefile | 1 | ||||
-rw-r--r-- | french/openoffice-1.1/Makefile | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/french/Makefile b/french/Makefile index e547c3762567..220ecc09ade4 100644 --- a/french/Makefile +++ b/french/Makefile @@ -17,6 +17,7 @@ SUBDIR += netscape7 SUBDIR += ooodict-fr_FR SUBDIR += openoffice-1.0 + SUBDIR += openoffice-1.1 SUBDIR += php_doc SUBDIR += plgrenouille SUBDIR += staroffice52 diff --git a/french/openoffice-1.1/Makefile b/french/openoffice-1.1/Makefile new file mode 100644 index 000000000000..ea5c19e1af39 --- /dev/null +++ b/french/openoffice-1.1/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: OpenOffice 1.1 for French language +# Date created: Nov 9 08:47:41 JST 2003 +# Whom: Martin Blapp <mbr@FreeBSD.org>, Mario Ferreira <lioux@FreeBSD.org> and NAKATA Maho <maho@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= french + +LANG_PKGNAME= fr +LANG_EXT= 33 +L10NHELP= helpcontent_${LANG_EXT}_unix.tgz +LANG_CONFIGURE_ARG= FREN +MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.1 + +.include "${MASTERDIR}/Makefile" |