f8cf30ddc6
===> ja-freebsd-doc-53688,1 depends on file: /usr/local/share/fonts/OTF/ipam.otf - not found ===> Installing existing package /packages/All/ja-font-ipa-00303_7.txz Installing ja-font-ipa-00303_7... Extracting ja-font-ipa-00303_7: .......... done ===> ja-freebsd-doc-53688,1 depends on file: /usr/local/share/fonts/OTF/ipam.otf - not found *** Error code 1 Reported by: pkg-fallout
19 lines
460 B
Makefile
19 lines
460 B
Makefile
# Created by: Marc Fonvieille <blackend@FreeBSD.org>
|
|
# $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"
|
|
|
|
.if ${PORT_OPTIONS:MPDF} || ${PORT_OPTIONS:MPS}
|
|
BUILD_DEPENDS+= ${LOCALBASE}/share/fonts/ipa/ipam.otf:japanese/font-ipa
|
|
.endif
|