diff options
author | Yoshio MITA <mita@FreeBSD.org> | 2002-05-03 09:48:25 +0000 |
---|---|---|
committer | Yoshio MITA <mita@FreeBSD.org> | 2002-05-03 09:48:25 +0000 |
commit | c522dcb2eec4186469b6675236dc19a0813481d3 (patch) | |
tree | 7436c245df5f1a714a517d3184c4466b4b1e64cd /japanese/xpdf/Makefile | |
parent | 3a345e0eb949f45ac58b39baf3b24fb6ef9cd315 (diff) |
Notes
Diffstat (limited to 'japanese/xpdf/Makefile')
-rw-r--r-- | japanese/xpdf/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/japanese/xpdf/Makefile b/japanese/xpdf/Makefile new file mode 100644 index 000000000000..e4451b2121d1 --- /dev/null +++ b/japanese/xpdf/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: ja-xpdf +# Date created: 21 Avr 2002 +# Whom: MITA Yoshio <mita@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xpdf +PORTVERSION= 1.00 +CATEGORIES= japanese +MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ +DISTNAME= xpdf-japanese + +MAINTAINER= mita@FreeBSD.org + +RUN_DEPENDS= xpdf:${PORTSDIR}/graphics/xpdf\ + ${LOCALBASE}/share/ghostscript/Resource/CMap/Adobe-Japan1-0:${PORTSDIR}/print/adobe-cmaps\ + ${PKG_DBDIR}/ja-alias-fonts-1.0:${PORTSDIR}/japanese/alias-fonts + +NO_BUILD= yes +USE_X_PREFIX= yes +INSTALL_FILES= Adobe-Japan1.cidToUnicode ISO-2022-JP.unicodeMap \ + EUC-JP.unicodeMap Shift-JIS.unicodeMap \ + README +do-install: + ${MKDIR} ${PREFIX}/share/xpdf/japanese +.for i in ${INSTALL_FILES} + ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/xpdf/japanese +.endfor + ${INSTALL_DATA} ${FILESDIR}/dot.xpdfrc ${PREFIX}/share/xpdf/japanese + ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL + +.include <bsd.port.mk> |