aadd0f3a5f
TrueType fonts in chinese/*ttf - update related Makefile(s) and remove pkg-{install,pkg-deinstall,pkg-plist} - relocate non-font files to DATADIR or DOCSDIR - fix "unable to reomve fonts from gscjk" problem in ttfm.sh and gscjk.ttfm - update chinese/zh-fireflyttf to 1.2.6 [1] PR: [1] 77438 Submitted by: leeym Approved by: statue at freebsd.sinica.edu.tw
32 lines
817 B
Makefile
32 lines
817 B
Makefile
# New ports collection makefile for: cwTeX Chinese TrueType fonts
|
|
# Date created: 18 Dec 2002
|
|
# Whom: Shen Chuan-Hsing <satue@freebsd.sinica.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cwtexttf
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= chinese x11-fonts
|
|
MASTER_SITES= ftp://ftp1.sinica.edu.tw/pub2/tex/cwTeX/cwTeX-TTF/ \
|
|
ftp://freebsd.sinica.edu.tw/pub/statue/cwTeX-TTF/
|
|
DISTNAME= cwtex-ttf
|
|
|
|
MAINTAINER= statue@freebsd.netlab.cse.yzu.edu.tw
|
|
COMMENT= Five Chinese Big5 TrueType fonts made by cwTeX
|
|
|
|
USE_ZIP= yes
|
|
NO_BUILD= yes
|
|
WRKSRC= ${WRKDIR}/texmf/fonts/truetype/cwTeX
|
|
|
|
TTF= bbttf.ttf fttf.ttf kttf.ttf mttf.ttf rttf.ttf
|
|
|
|
do-install:
|
|
@${MKDIR} ${FONTSDIR}
|
|
.for i in ${TTF}
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${FONTSDIR}
|
|
.endfor
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/chinese/ttfm/Makefile.ttf"
|
|
.include <bsd.port.post.mk>
|