1998-10-08 11:37:34 -04:00
|
|
|
# New ports collection makefile for: zh-CJK
|
1999-09-10 06:10:34 -04:00
|
|
|
# Version required: 4.3.0
|
|
|
|
# Date created: 5 Sep 1999
|
2000-01-24 01:28:34 -05:00
|
|
|
# Whom: Keith Jang (keith@freebsd.sinica.edu.tw)
|
1998-10-08 11:37:34 -04:00
|
|
|
#
|
1999-08-25 00:58:03 -04:00
|
|
|
# $FreeBSD$
|
1998-10-08 11:37:34 -04:00
|
|
|
#
|
|
|
|
|
1999-09-10 06:10:34 -04:00
|
|
|
DISTNAME= zh-CJK-4.3.0
|
1998-10-08 11:37:34 -04:00
|
|
|
CATEGORIES= chinese
|
2000-01-24 01:28:34 -05:00
|
|
|
MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/keith/
|
2000-02-01 11:26:48 -05:00
|
|
|
DISTFILES= cjk-20000127.tar.gz
|
1998-10-08 11:37:34 -04:00
|
|
|
|
2000-01-24 01:28:34 -05:00
|
|
|
MAINTAINER= keith@freebsd.sinica.edu.tw
|
1998-10-08 11:37:34 -04:00
|
|
|
|
1999-09-10 06:10:34 -04:00
|
|
|
BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX \
|
2000-01-24 01:28:34 -05:00
|
|
|
${X11BASE}/lib/X11/fonts/TrueType/bsmi00lp.ttf:${PORTSDIR}/chinese/arphicttf \
|
1999-09-10 06:10:34 -04:00
|
|
|
ttf2pk:${PORTSDIR}/print/freetype:build
|
1999-11-24 22:41:57 -05:00
|
|
|
LIB_DEPENDS= ttf.4:${PORTSDIR}/print/freetype
|
1999-08-20 06:11:16 -04:00
|
|
|
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
|
1999-03-08 17:03:33 -05:00
|
|
|
|
2000-01-24 01:28:34 -05:00
|
|
|
NO_PACKAGE= "Needs ttf2pk source from FreeType"
|
1998-10-08 11:37:34 -04:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
1999-09-10 06:10:34 -04:00
|
|
|
WRKSRC= ${WRKDIR}/cjk-current
|
1998-10-08 11:37:34 -04:00
|
|
|
|
|
|
|
post-install:
|
1999-03-08 17:03:33 -05:00
|
|
|
.if !defined(NOPORTDOCS)
|
2000-01-24 01:28:34 -05:00
|
|
|
${RM} -fr ${PREFIX}/share/doc/CJK
|
1999-03-08 17:03:33 -05:00
|
|
|
${CP} -R ${WRKSRC}/doc ${PREFIX}/share/doc/CJK
|
|
|
|
.endif
|
2000-01-24 01:28:34 -05:00
|
|
|
${RM} -fr ${PREFIX}/share/examples/CJK
|
|
|
|
${CP} -R ${WRKSRC}/examples ${PREFIX}/share/examples/CJK
|
1998-10-08 11:37:34 -04:00
|
|
|
|
1999-09-10 06:10:34 -04:00
|
|
|
MAN1= bg5conv.1 cef5conv.1 cefconv.1 cefsconv.1 extconv.1 \
|
|
|
|
hbf2gf.1 sjisconv.1 thaiconv.1 ttf2pk.1 ttf2tfm.1
|
1998-10-08 11:37:34 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|