blob: 7343e7f22c531c8e22632c74fa51fd901ad7fb0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
# 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
.if defined(WITH_GHOSTSCRIPT_AFPL) && ${WITH_GHOSTSCRIPT_AFPL} == yes
GSPORT?= print/ghostscript-afpl
.else
GSPORT?= print/ghostscript-gnu
.endif
RUN_DEPENDS= gs:${PORTSDIR}/${GSPORT} \
${LOCALBASE}/share/ghostscript/Resource/ai0/CMap/Identity-H:${PORTSDIR}/print/adobe-cmaps
NO_BUILD= YES
pre-fetch:
.if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes
@${ECHO} ""
@${ECHO} " Define WITH_GHOSTSCRIPT_AFPL=yes to use"
@${ECHO} " AFPL Postscript interpreter instead of GNU one"
@${ECHO} ""
.endif
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>
|