freebsd-ports/chinese/cmexfonts/Makefile
Clive Lin d739331a67 This package contains the standard Big5+ Chinese Ming 24x24 bitmap font (and
a resized 16x16 bitmap font) by CMEX and DynaLab for the X Window System
(PCF). This is one of the few Big5 or Big5+ Chinese bitmap fonts on the
Internet that is DFSG-compliant.

The font was designed by DynaLab and released by CMEX as part of the
proposed Big5+ standard documentation. It was then converted to HBF and BDF
format and further modified by Wei-Lun Chao in September 1998.

Submitted by: statue@freebsd.sinica.edu.tw
Handed to me via: keichii
2001-07-30 05:52:39 +00:00

32 lines
722 B
Makefile

# New ports collection makefile for: cmexfonts
# Date created: 10 Mar 2001
# Whom: Shen Chuan-Hsing
#
# $FreeBSD$
#
PORTNAME= cmexfonts
PORTVERSION= 0.1
CATEGORIES= chinese x11-fonts
MASTER_SITES= http://freebsd.sinica.edu.tw/~statue/ \
ftp://sunsite.unc.edu/pub/Linux/X11/fonts/
MAINTAINER= statue@freebsd.sinica.edu.tw
USE_X_PREFIX= yes
NO_BUILD= yes
.include <bsd.port.pre.mk>
.if ${XFREE86_VERSION} == 4
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients
RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
.endif
WRKSRC= ${WRKDIR}/cmexfonts
post-install:
@${SETENV} ${INSTALL_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.post.mk>