freebsd-ports/misc/freebsd-doc-zh_tw/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
505 B
Makefile

# Created by: Marc Fonvieille <blackend@FreeBSD.org>
# $FreeBSD$
CATEGORIES= misc docs
PKGNAMEPREFIX= zh_tw-
MAINTAINER= doceng@FreeBSD.org
COMMENT= Traditional Chinese translation of the FreeBSD Documentation Project
MASTERDIR= ${.CURDIR}/../freebsd-doc-en
PLIST= ${.CURDIR}/pkg-plist
DOCLANG= zh_TW.UTF-8
DOCLANG_PREFIX= zh_TW
.include "${MASTERDIR}/Makefile"
.if ${PORT_OPTIONS:MPDF} || ${PORT_OPTIONS:MPS}
BUILD_DEPENDS+= ${LOCALBASE}/share/fonts/TrueType/gkai00mp.ttf:chinese/arphicttf
.endif