freebsd-ports/x11-fonts/wqy/Makefile
Jean-Yves Lefort 05fa8ffc86 Add wqy.
The wqy font includes all the CJK characters covered by the Unicode
Standard 4.0.

This font is created by merging GNU Unifont (by Roman Czyborra
<roman@czyborra.com> and David Starner <dvdeug@debian.org>) with GBK 16 font
from yh-3.1 (Yan Huang Chinese Platform, Redflag Linux,
http://www.redflag-linux.com/).

The CJK Unified Ideographs (U+4E00~U+9FA5) are now complete, and the quality
of the bitmaps has improved significantly.

This release is part of an ongoing effort from the WenQuanYi Project to
create high-quality open-source bitmap Chinese fonts.

Currently only bitmap fonts are available. TTF fonts are in progress.

WWW: http://wqy.sourceforge.net/en/
WWW: http://sitaphi.com/pub/song_jian_biao/

PR:		ports/80878
Submitted by:	Dryice Liu <dryice@liu.com.cn>
2005-05-14 11:31:32 +00:00

43 lines
1 KiB
Makefile

# New ports collection makefile for: wqy font
# Date created: 11 May 2005
# Whom: Dryice Liu <dryice@liu.com.cn>
#
# $FreeBSD$
#
PORTNAME= wqy
PORTVERSION= 1.1.0
CATEGORIES= x11-fonts
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://bsdchat.com/dist/dryice/
MASTER_SITE_SUBDIR= wqy
DISTNAME= ${PORTNAME}-yhunifont-bdf-${PORTVERSION}
MAINTAINER= dryice@liu.com.cn
COMMENT= A font which includes all the CJK characters covered by Unicode 4.0
WRKSRC= ${WRKDIR}/${PORTNAME}-yhunifont
NO_BUILD= yes
USE_X_PREFIX= yes
FONTSDIR= lib/X11/fonts/wqy
PLIST_FILES= ${FONTSDIR}/fonts.dir ${FONTSDIR}/yhunifont.bdf
PLIST_DIRS= ${FONTSDIR}
.if !defined(NOPORTDOCS)
PORTDOCS= AUTHORS ChangeLog COPYING INSTALL README.yhunifont
.endif
do-install:
@${MKDIR} ${PREFIX}/${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/fonts.dir ${PREFIX}/${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/yhunifont.bdf ${PREFIX}/${FONTSDIR}
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>