diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-06-15 00:10:08 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-06-15 00:10:08 +0000 |
commit | cdad1a0fd7fbc0c97d97b062fc17688ad55fd4d3 (patch) | |
tree | ecbc9947976664efeff48f322dcf351ffb343e66 /french | |
parent | 7c1f6bee85eb7df691b9f64cdd15ce36be03da4d (diff) | |
download | ports-cdad1a0fd7fbc0c97d97b062fc17688ad55fd4d3.tar.gz ports-cdad1a0fd7fbc0c97d97b062fc17688ad55fd4d3.zip |
Notes
Diffstat (limited to 'french')
-rw-r--r-- | french/Makefile | 1 | ||||
-rw-r--r-- | french/openoffice-1.0/Makefile | 15 | ||||
-rw-r--r-- | french/openoffice/Makefile | 15 |
3 files changed, 31 insertions, 0 deletions
diff --git a/french/Makefile b/french/Makefile index 959251761fee..bd3798fe474f 100644 --- a/french/Makefile +++ b/french/Makefile @@ -7,6 +7,7 @@ SUBDIR += kde3-i18n SUBDIR += koffice-i18n SUBDIR += linux-netscape6 + SUBDIR += openoffice SUBDIR += php_doc SUBDIR += staroffice52 diff --git a/french/openoffice-1.0/Makefile b/french/openoffice-1.0/Makefile new file mode 100644 index 000000000000..5dceaddb8915 --- /dev/null +++ b/french/openoffice-1.0/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: OpenOffice for French language +# Date created: Tue Jun 11 16:47:21 UTC 2002 +# Whom: Martin Blapp <mbr@FreeBSD.org> and Mario Ferreira <lioux@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= french + +LANG_PKGNAME= fr +LANG_EXT= 33 +LANG_CONFIGURE_ARG= FREN +MASTERDIR= ${.CURDIR}/../../editors/openoffice + +.include "${.CURDIR}/../../editors/openoffice/Makefile" diff --git a/french/openoffice/Makefile b/french/openoffice/Makefile new file mode 100644 index 000000000000..5dceaddb8915 --- /dev/null +++ b/french/openoffice/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: OpenOffice for French language +# Date created: Tue Jun 11 16:47:21 UTC 2002 +# Whom: Martin Blapp <mbr@FreeBSD.org> and Mario Ferreira <lioux@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= french + +LANG_PKGNAME= fr +LANG_EXT= 33 +LANG_CONFIGURE_ARG= FREN +MASTERDIR= ${.CURDIR}/../../editors/openoffice + +.include "${.CURDIR}/../../editors/openoffice/Makefile" |