1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/misc/freebsd-doc-ja/Makefile
Marc Fonvieille cbc42e3ece Update to r51391 of the FreeBSD docset.
Move dependencies on non-english fonts to localized Makefiles [1]

PR:		192118 [1]
Submitted by:	Toni Ballesta <info@aballesta.es>
2018-01-22 13:07:46 +00:00

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