aboutsummaryrefslogtreecommitdiffstats
path: root/print/adobe-cmaps/Makefile
blob: e40aae857125d39bb9612efa4213f53546b66f5a (plain) (blame)
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
# New ports collection makefile for:    adobe-cmaps
# Date created:         Wed, 10 Apr 2002 02:22:30 +0900
# Whom:                 KATO Tsuguru <tkato@prontomail.com>
#
# $FreeBSD$
#

PORTNAME=   adobe-cmaps
PORTVERSION=    200109
CATEGORIES= print
MASTER_SITES=   ftp://ftp.gyve.org/pub/gs-cjk/ \
        http://www.matsusaka-u.ac.jp/mirror/gs-cjk/
DIST_SUBDIR=    ghostscript

MAINTAINER= mita@jp.FreeBSD.org

NO_WRKSUBDIR=   yes
NO_BUILD=   yes
RESOURCE=   ${PREFIX}/share/ghostscript/Resource

do-install:
    @${MKDIR} ${RESOURCE}/CIDFont
    @${MKDIR} ${RESOURCE}/Font
.for i in CMap ac14 ag14 ai0 aj14 aj20 ak12 pdfcorefont rksj-cmaps
    ${TAR} -C ${WRKSRC} -cf - ${i} | ${TAR} -C ${RESOURCE} -xf -
.endfor

.include <bsd.port.mk>