blob: fea62adc4972a9985cd6a58df6a90c6f9f849584 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: OpenOffice.org for Traditional Chinese
# Date created: Nov 9 08:30:32 JST 2003
# Whom: chshen <statue@freebsd.sinica.edu.tw> and NAKATA Maho <maho@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= chinese
LANG_PKGNAME= zh
LANG_SUFFIX= TW
LANG_EXT= 88
LANG_CONFIGURE_ARG= CHINTRAD
BUILD_DEPENDS+= ${PREFIX}/share/fonts/TrueType/bsmi00lp.ttf:${PORTSDIR}/chinese/arphicttf
MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.1
L10NHELP= helpcontent_${LANG_EXT}_unix.tgz
.include "${MASTERDIR}/Makefile"
|