summaryrefslogtreecommitdiff
path: root/japanese/platex-jis/Makefile
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-10-05 19:34:51 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-10-05 19:34:51 +0000
commit9c530e6c78e2f3f88efdb2631df4f43f0dc7e3bf (patch)
tree30e12495679492e6d17c1ef459b0e269dac486f5 /japanese/platex-jis/Makefile
parentFiles to support Japanese EUC on pLaTeX2e. (diff)
Files to support JIS code on pLaTeX2e.
Notes
Notes: svn path=/head/; revision=8124
Diffstat (limited to 'japanese/platex-jis/Makefile')
-rw-r--r--japanese/platex-jis/Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/japanese/platex-jis/Makefile b/japanese/platex-jis/Makefile
new file mode 100644
index 000000000000..600a02f062f7
--- /dev/null
+++ b/japanese/platex-jis/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: platex2e-jis
+# Version required: <1997/07/02>+2
+# Date created: 05 Oct 1997
+# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
+#
+# $Id: porting.sgml,v 1.16 1996/03/21 14:15:01 asami Exp $
+#
+
+DISTNAME= pl970702j
+PKGNAME= ja-platex2e-jis-97.07.02.2
+CATEGORIES= japanese print
+MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/platex/1997-07-02/
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} jclasses.dtx.gz plpatch.ltx
+
+MAINTAINER= max@FreeBSD.ORG
+
+BUILD_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-jis \
+ platex-common:${PORTSDIR}/japanese/platex-common
+
+WRKSRC= ${WRKDIR}/970702
+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
+DIST_SUBDIR= platex2e
+
+TEXMF= ${PREFIX}/share/texmf
+
+post-extract:
+ @${CP} ${DISTDIR}/${DIST_SUBDIR}/plpatch.ltx ${WRKSRC}
+ @${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/jclasses.dtx.gz > ${WRKSRC}/jclasses.dtx
+
+do-build:
+ @(cd ${WRKSRC}; ptex -ini plcore.ins; ptex -ini platex.ltx)
+
+do-install:
+ ${MKDIR} ${TEXMF}/tex/platex/base
+ @${CP} ${WRKSRC}/* ${TEXMF}/tex/platex/base
+ ${MV} -f ${TEXMF}/tex/platex/base/platex.fmt ${TEXMF}/web2c
+
+.include <bsd.port.mk>