diff options
Diffstat (limited to 'chinese/CJK/Makefile')
-rw-r--r-- | chinese/CJK/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/chinese/CJK/Makefile b/chinese/CJK/Makefile index 37b667f88e2..65b37cfcde3 100644 --- a/chinese/CJK/Makefile +++ b/chinese/CJK/Makefile @@ -9,7 +9,7 @@ PORTNAME= CJK PORTVERSION= 4.3.0 CATEGORIES= chinese MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/keith/ -DISTFILES= cjk-20000418.tar.gz +DISTNAME= cjk-20001003 MAINTAINER= keith@freebsd.sinica.edu.tw @@ -23,6 +23,7 @@ NO_PACKAGE= "Needs ttf2pk source from FreeType" USE_GMAKE= yes USE_FREETYPE= yes WRKSRC= ${WRKDIR}/cjk-current +ARPHICDIR= ${PREFIX}/share/texmf/fonts/truetype/arphic post-install: .if !defined(NOPORTDOCS) @@ -31,8 +32,14 @@ post-install: .endif ${RM} -fr ${PREFIX}/share/examples/CJK ${CP} -R ${WRKSRC}/examples ${PREFIX}/share/examples/CJK + @${MKDIR} ${ARPHICDIR} # Install Arphic fonts + @${LN} -s ${X11BASE}/lib/X11/fonts/TrueType/bkai00mp.ttf ${ARPHICDIR}/arb5_kai.ttf + @${LN} -s ${X11BASE}/lib/X11/fonts/TrueType/bsmi00lp.ttf ${ARPHICDIR}/arb5_sung.ttf + @${LN} -s ${X11BASE}/lib/X11/fonts/TrueType/gbsn00lp.ttf ${ARPHICDIR}/argb_sung.ttf + @${LN} -s ${X11BASE}/lib/X11/fonts/TrueType/gkai00mp.ttf ${ARPHICDIR}/argb_kai.ttf + @${LN} -s ttf2pk ${PREFIX}/share/texmf/ttf2tfm MAN1= bg5conv.1 cef5conv.1 cefconv.1 cefsconv.1 extconv.1 \ - hbf2gf.1 sjisconv.1 thaiconv.1 ttf2pk.1 ttf2tfm.1 + hbf2gf.1 sjisconv.1 ttf2pk.1 ttf2tfm.1 .include <bsd.port.mk> |