blob: ea5c19e1af3908e28ded84b6a963c6cc998b906f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"
|