2013-09-20 22:50:57 +02:00
|
|
|
# Created by: Marc Fonvieille <blackend@FreeBSD.org>
|
2009-02-23 14:04:18 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
CATEGORIES= misc docs
|
|
|
|
PKGNAMEPREFIX= ja-
|
|
|
|
|
|
|
|
MAINTAINER= doceng@FreeBSD.org
|
|
|
|
COMMENT= Japanese translation of the FreeBSD Documentation Project
|
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../freebsd-doc-en
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
|
|
|
|
DOCLANG= ja_JP.eucJP
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|
2018-01-22 14:07:46 +01:00
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MPDF} || ${PORT_OPTIONS:MPS}
|
2020-01-03 11:34:40 +01:00
|
|
|
BUILD_DEPENDS+= ${LOCALBASE}/share/fonts/ipa/ipam.otf:japanese/font-ipa
|
2018-01-22 14:07:46 +01:00
|
|
|
.endif
|