56addd17e9
The WenQuanYi Zen Hei is a Hei-Ti style (sans-serif type) Chinese outline font. It was designed for general purpose text formatting and on-screen display of Chinese characters among many other languages. The embolden strokes of the font glyphs produces enhanced screen contrast, making it easier to read recognize. The embedded bitmap glyphs further enhance on-screen performance, which can be enabled with the provided configuration files. ok ajacoutot@
34 lines
673 B
Makefile
34 lines
673 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/10/24 01:53:08 kevlo Exp $
|
|
|
|
COMMENT= Wen Quan Yi Zen Hei outline font
|
|
|
|
V= 0.6.26-0
|
|
DISTNAME= wqy-zenhei-$V
|
|
PKGNAME= wqy-zenhei-ttf-$V
|
|
|
|
CATEGORIES= x11 chinese
|
|
|
|
HOMEPAGE= http://wqy.sourceforge.net/en/
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wqy/}
|
|
|
|
WRKDIST= ${WRKDIR}/wqy-zenhei
|
|
NO_BUILD= Yes
|
|
NO_REGRESS= Yes
|
|
PKG_ARCH= *
|
|
WQYFONTDIR= ${PREFIX}/lib/X11/fonts/wqy
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${WQYFONTDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/*.ttf ${WQYFONTDIR}
|
|
|
|
.include <bsd.port.mk>
|