openbsd-ports/chinese/arphicttf/Makefile
2001-09-02 15:28:54 +00:00

35 lines
807 B
Makefile

# $OpenBSD: Makefile,v 1.6 2001/09/02 15:28:54 kevlo Exp $
COMMENT= "chinese big5/gb truetype fonts"
DISTNAME= zh-arphicttf-2.11
PKGNAME= zh-fonts-arphicttf-2.11
CATEGORIES= chinese x11
NEED_VERSION= 1.364
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/ \
ftp://ftp.shellhung.org/pub/OpenBSD/packages/chinese/
BUILD_DEPENDS= ttfm.sh::chinese/ttfm
NO_BUILD= Yes
WRKDIST= ${WRKDIR}/arphic
FONTDIR= ${PREFIX}/lib/X11/fonts/TrueType
FONTS= bkai00mp.ttf bsmi00lp.ttf gbsn00lp.ttf gkai00mp.ttf
do-install:
${INSTALL_DATA_DIR} ${FONTDIR}
cd ${WRKSRC}/font; ${INSTALL_DATA} ${FONTS} ${FONTDIR}
.include <bsd.port.mk>