aboutsummaryrefslogblamecommitdiff
path: root/misc/freebsd-doc-zh_tw/Makefile
blob: e9173542f2d91fb900058128c1994027bda79562 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                                    









                                                                                    
                           


                                
 
                        

                                                                                
# Created by: Marc Fonvieille <blackend@FreeBSD.org>

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}
BUILD_DEPENDS+=	${LOCALBASE}/share/fonts/TrueType/gkai00mp.ttf:chinese/arphicttf
.endif