summaryrefslogtreecommitdiff
path: root/x11-fonts/wqy/Makefile
blob: 8582e26542e7a173f9de81f333ab1fa94fef52ce (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
# New ports collection makefile for:	wqy font
# Date created:		11 May 2005
# Whom:			Dryice Liu <dryice@liu.com.cn>
#
# $FreeBSD$
#

PORTNAME=	wqy
PORTVERSION=	0.7.0
PORTEPOCH=	1
CATEGORIES=	x11-fonts
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
		http://dryice.name/computer/FreeBSD/distfiles/
MASTER_SITE_SUBDIR=	wqy
DISTNAME=	${PORTNAME}-bitmapfont-pcf-${PORTVERSION}-4

MAINTAINER=	dryice@FreeBSD.org
COMMENT=	A font which includes all the CJK characters covered by Unicode 4.0

WRKSRC=		${WRKDIR}/${PORTNAME}-bitmapfont
NO_BUILD=	yes
USE_X_PREFIX=	yes
FONTSDIR=	lib/X11/fonts/wqy

PLIST_SUB=	FONTSDIR=${FONTSDIR}

BUILD_DEPENDS+=        mkfontdir:${X_CLIENTS_PORT}
BUILD_DEPENDS+=        fc-cache:${PORTSDIR}/x11-fonts/fontconfig

.if !defined(NOPORTDOCS)
PORTDOCS=	ChangeLog CREDIT GPL.txt INSTALL INSTALL.zh.gb2312 LOGO.png PLEASE_HELP_TO_IMPROVE README STAT
.endif

do-install:
	@${MKDIR} ${PREFIX}/${FONTSDIR}
	${INSTALL_DATA} ${WRKSRC}/*.pcf ${PREFIX}/${FONTSDIR}

post-install:
	@${RM} ${PREFIX}/${FONTSDIR}/fonts* >/dev/null 2>&1 || true
	@command mkfontdir ${PREFIX}/${FONTSDIR} || true
	@${CP} ${PREFIX}/${FONTSDIR}/fonts.dir ${PREFIX}/${FONTSDIR}/fonts.scale || true
	@command fc-cache -v ${PREFIX}/${FONTSDIR} || true

.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>