blob: ef8f8733fa2dae9c9bc2e89c3be684249d61b236 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: OpenOffice.org 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"
|