mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
d55d8f69cd
Approved by: mbr, potmgr(portmgr)
19 lines
608 B
Makefile
19 lines
608 B
Makefile
# New ports collection makefile for: OpenOffice for Japanese 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= japanese
|
|
|
|
LANG_PKGNAME= ja
|
|
LANG_EXT= 81
|
|
LANG_CONFIGURE_ARG= JAPN
|
|
MASTERDIR= ${.CURDIR}/../../editors/openoffice
|
|
RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/TrueType/kochi-mincho.ttf:${PORTSDIR}/japanese/kochi-ttfonts
|
|
MASTER_SITES+= ftp://ftp.kddlabs.co.jp/office/openoffice/%SUBDIR%/ \
|
|
ftp://ftp.sfc.wide.ad.jp/pub/OpenOffice/:help
|
|
L10NHELP= helpcontent
|
|
.include "${MASTERDIR}/Makefile"
|