2000-10-03 17:43:11 +02:00
|
|
|
# New ports collection makefile for: MOE CIDFonts
|
|
|
|
# Date created: 3 Mar 2000
|
2000-11-06 19:15:21 +01:00
|
|
|
# Whom: Jing-Tang Keith Jang <keith@FreeBSD.org>
|
2000-10-03 17:43:11 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= moefonts-cid
|
|
|
|
PORTVERSION= 1.0
|
2003-05-03 23:12:19 +02:00
|
|
|
PORTREVISION= 2
|
2000-10-03 17:43:11 +02:00
|
|
|
CATEGORIES= chinese print
|
2002-05-11 05:17:10 +02:00
|
|
|
MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/statue/moefonts-cid/ \
|
2001-09-11 23:23:46 +02:00
|
|
|
ftp://ftp.ora.com/pub/examples/nutshell/cjkv/adobe/ \
|
|
|
|
ftp://ftp.ora.com/pub/examples/nutshell/cjkv/adobe/samples/
|
2003-05-03 23:12:19 +02:00
|
|
|
DISTFILES= MOEKai-Regular MOESung-Regular
|
|
|
|
EXTRACT_ONLY= # empty
|
2000-10-03 17:43:11 +02:00
|
|
|
|
2003-06-26 10:56:58 +02:00
|
|
|
MAINTAINER= statue@freebsd.sinica.edu.tw
|
2003-02-26 15:23:43 +01:00
|
|
|
COMMENT= MOE CIDFonts converted by Adobe
|
2000-10-03 17:43:11 +02:00
|
|
|
|
2003-05-03 23:12:19 +02:00
|
|
|
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu \
|
|
|
|
${LOCALBASE}/share/ghostscript/Resource/ai0/CMap/Identity-H:${PORTSDIR}/print/adobe-cmaps
|
2000-10-03 17:43:11 +02:00
|
|
|
|
|
|
|
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
|
2003-06-25 06:10:10 +02:00
|
|
|
@${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
2000-10-03 17:43:11 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|