mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
e4ab6030f0
Submitted by: Pavel@Janik.cz (Pavel Janik)
19 lines
565 B
Makefile
19 lines
565 B
Makefile
# New ports collection makefile for: OpenOffice.org for Japanese language
|
|
# Date created: Wed Apr 9 12:32:47 JST 2003
|
|
# Whom: Maho Nakata <maho@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= japanese
|
|
|
|
LANG_PKGNAME= ja
|
|
LANG_EXT= 81
|
|
LANG_CONFIGURE_ARG= JAPN
|
|
MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.1
|
|
MASTER_SITES+= ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/openoffice/stable/&,}
|
|
RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/TrueType/kochi-mincho-subst.ttf:${PORTSDIR}/japanese/kochi-ttfonts
|
|
L10NHELP= helpcontent_${LANG_EXT}_unix.tgz
|
|
|
|
.include "${MASTERDIR}/Makefile"
|