blob: 360454b0abe46e63d017afb774da95f90c775408 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
# New ports collection makefile for: zh-wangttf
# Date created: 2006/12/01
# Whom: chinsan <chinsan.tw@gmail.com>
# Origin: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
# 2004/09/01
#
# $FreeBSD$
#
PORTNAME= wangttf
PORTVERSION= 1.3
PORTREVISION= 2
CATEGORIES= chinese x11-fonts
MASTER_SITES= http://cle.linux.org.tw/fonts/wangfonts/:main \
http://cle.linux.org.tw/fonts/truetype/:another \
ftp://cle.linux.org.tw/pub2/fonts/wangfonts/:main \
ftp://cle.linux.org.tw/pub2/fonts/truetype/:another
DISTFILES= wp010-05.ttf:main wp010-08.ttf:main wp110-05.ttf:main \
wp110-08.ttf:main wp210-05.ttf:main wp210-08.ttf:main \
wp310-05.ttf:main wp310-08.ttf:main wts11.ttf:main \
wts43.ttf:main wts47.ttf:main wts55.ttf:main \
wcl-01.ttf:another wcl-02.ttf:another wcl-03.ttf:another \
wcl-04.ttf:another wcl-05.ttf:another wcl-06.ttf:another \
wcl-07.ttf:another wcl-08.ttf:another wcl-09.ttf:another \
wcl-10.ttf:another
EXTRACT_ONLY=
MAINTAINER= ports@FreeBSD.org
COMMENT= Many Chinese Big5 TrueType fonts, made by Dr. Hann-Tzong Wang
DEPRECATED= No more public distfiles
EXPIRATION_DATE= 2012-10-20
NO_PACKAGE= Package will be 216MB, set FORCE_PACKAGE if you really want to build it
DIST_SUBDIR= zh-wangttf
NO_BUILD= yes
TTF= ${DISTFILES:C/:[^:]+$//}
PORTDOCS= wangttf.txt
do-install:
@${MKDIR} ${FONTSDIR}
.for i in ${TTF}
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${i} ${FONTSDIR}
.endfor
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${FILESDIR}/${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/chinese/ttfm/Makefile.ttf"
.include <bsd.port.post.mk>
|