ac91ee2f4b
Add "editors" to CATEGORIES
16 lines
478 B
Makefile
16 lines
478 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 editors
|
|
|
|
LANG_PKGNAME= jp
|
|
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
|
|
|
|
.include "${MASTERDIR}/Makefile"
|