0b3c54d1f3
PR: ports/53750 Submitted by: Statue <statue@freebsd.sinica.edu.tw> Approved by: maintainer no response (a long time)
36 lines
1.1 KiB
Makefile
36 lines
1.1 KiB
Makefile
# New ports collection makefile for: MOE CIDFonts
|
|
# Date created: 3 Mar 2000
|
|
# Whom: Jing-Tang Keith Jang <keith@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= moefonts-cid
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= chinese print
|
|
MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/statue/moefonts-cid/ \
|
|
ftp://ftp.ora.com/pub/examples/nutshell/cjkv/adobe/ \
|
|
ftp://ftp.ora.com/pub/examples/nutshell/cjkv/adobe/samples/
|
|
DISTFILES= MOEKai-Regular MOESung-Regular
|
|
EXTRACT_ONLY= # empty
|
|
|
|
MAINTAINER= statue@freebsd.sinica.edu.tw
|
|
COMMENT= MOE CIDFonts converted by Adobe
|
|
|
|
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu \
|
|
${LOCALBASE}/share/ghostscript/Resource/ai0/CMap/Identity-H:${PORTSDIR}/print/adobe-cmaps
|
|
|
|
NO_BUILD= YES
|
|
|
|
do-install:
|
|
@${INSTALL_DATA} ${DISTDIR}/MOEKai-Regular \
|
|
${DISTDIR}/MOESung-Regular \
|
|
${FILESDIR}/MOEKai-Regular-ETen-B5-H.gsf \
|
|
${FILESDIR}/MOEKai-Regular-ETen-B5-V.gsf \
|
|
${FILESDIR}/MOESung-Regular-ETen-B5-H.gsf \
|
|
${FILESDIR}/MOESung-Regular-ETen-B5-V.gsf \
|
|
${PREFIX}/share/ghostscript/fonts
|
|
@${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
|
|
|
.include <bsd.port.mk>
|