mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
cbc42e3ece
Move dependencies on non-english fonts to localized Makefiles [1] PR: 192118 [1] Submitted by: Toni Ballesta <info@aballesta.es>
20 lines
460 B
Makefile
20 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/OTF/ipam.otf:japanese/font-ipa
|
|
.endif
|