openbsd-ports/chinese/arphicttf/Makefile
kevlo 4356604572 Initial import of arphicttf-2.11.
This is Chinese Big5/GB TrueType fonts.
2001-01-21 15:07:55 +00:00

35 lines
771 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/01/21 15:07:55 kevlo Exp $
DISTNAME= zh-arphicttf-2.11
PKGNAME= zh-fonts-arphicttf-2.11
CATEGORIES= chinese x11
NEED_VERSION= 1.351
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/keith/
BUILD_DEPENDS= ttfm.sh::chinese/ttfm
RUN_DEPENDS= xfstt::x11/xfstt
NO_BUILD= Yes
WRKDIST= ${WRKDIR}/arphic
FONTDIR= ${PREFIX}/lib/X11/fonts/TrueType
FONTS= bkai00mp.ttf bsmi00lp.ttf gbsn00lp.ttf gkai00mp.ttf
do-install:
.if !exists(${FONTDIR})
${INSTALL_DATA_DIR} ${FONTDIR}
.endif
cd ${WRKSRC}/font; ${INSTALL_DATA} ${FONTS} ${FONTDIR}
.include <bsd.port.mk>