openbsd-ports/chinese/arphicttf/Makefile

36 lines
809 B
Makefile
Raw Normal View History

2004-02-03 02:28:12 -05:00
# $OpenBSD: Makefile,v 1.10 2004/02/03 07:28:12 sturm Exp $
2001-03-25 22:49:10 -05:00
COMMENT= "chinese big5/gb truetype fonts"
DISTNAME= zh-arphicttf-2.11
PKGNAME= zh-fonts-arphicttf-2.11
CATEGORIES= chinese x11
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
2001-09-02 11:28:54 -04:00
MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/keith/ \
ftp://ftp.shellhung.org/pub/OpenBSD/packages/chinese/
BUILD_DEPENDS= ::chinese/ttfm
NO_BUILD= Yes
2002-10-24 19:52:29 -04:00
NO_REGRESS= Yes
2004-02-03 02:28:12 -05:00
PKG_ARCH= *
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>