2003-02-18 04:25:26 +01:00
|
|
|
# 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
|
2003-06-25 17:35:13 +02:00
|
|
|
PORTVERSION= 1.2
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2003-02-18 04:25:26 +01:00
|
|
|
CATEGORIES= chinese x11-fonts
|
2006-07-24 15:19:15 +02:00
|
|
|
MASTER_SITES= http://ftp.wustl.edu/pub/FreeBSD/distfiles/ \
|
|
|
|
http://ftp.jaist.ac.jp/pub/FreeBSD/distfiles/
|
2003-02-18 04:25:26 +01:00
|
|
|
DISTNAME= cwtex-ttf
|
|
|
|
|
2005-07-25 23:58:10 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= Five Chinese Big5 TrueType fonts made by cwTeX
|
2003-02-18 04:25:26 +01:00
|
|
|
|
2005-02-19 14:51:50 +01:00
|
|
|
USE_ZIP= yes
|
2003-02-18 04:25:26 +01:00
|
|
|
NO_BUILD= yes
|
|
|
|
WRKSRC= ${WRKDIR}/texmf/fonts/truetype/cwTeX
|
|
|
|
|
2005-02-19 14:51:50 +01:00
|
|
|
TTF= bbttf.ttf fttf.ttf kttf.ttf mttf.ttf rttf.ttf
|
2003-02-18 04:25:26 +01:00
|
|
|
|
|
|
|
do-install:
|
2005-02-19 14:51:50 +01:00
|
|
|
@${MKDIR} ${FONTSDIR}
|
|
|
|
.for i in ${TTF}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${FONTSDIR}
|
2003-02-18 04:25:26 +01:00
|
|
|
.endfor
|
|
|
|
|
2005-02-19 14:51:50 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/chinese/ttfm/Makefile.ttf"
|
2003-02-18 04:25:26 +01:00
|
|
|
.include <bsd.port.post.mk>
|