diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1998-02-22 21:55:33 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1998-02-22 21:55:33 +0000 |
commit | 51399e64975667dd46e87da727cdc77fd1bd99d8 (patch) | |
tree | 70c3710a9785c590500adf0d56ae88e296d0b038 /japanese/platex-sjis/Makefile | |
parent | Upgrade to 5.1i. (diff) |
Upgrade, <1997/07/02>+2 -> <1998/02/17>+0
Diffstat (limited to 'japanese/platex-sjis/Makefile')
-rw-r--r-- | japanese/platex-sjis/Makefile | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/japanese/platex-sjis/Makefile b/japanese/platex-sjis/Makefile index 54a4576dc48d..ac66d36c5367 100644 --- a/japanese/platex-sjis/Makefile +++ b/japanese/platex-sjis/Makefile @@ -1,37 +1,29 @@ # New ports collection makefile for: platex2e-sjis -# Version required: <1997/07/02>+2 +# Version required: <1998/02/17>+0 # Date created: 05 Oct 1997 # Whom: Masafumi NAKANE <max@FreeBSD.ORG> # -# $Id: Makefile,v 1.4 1997/11/10 11:22:49 asami Exp $ +# $Id: Makefile,v 1.5 1997/11/22 01:38:52 asami Exp $ # -DISTNAME= pl970702s -PKGNAME= ja-platex2e-sjis-97.07.02.2 +DISTNAME= pl19980217s +PKGNAME= ja-platex2e-sjis-1998.02.17.0 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 +MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/platex/1998-02-17/ MAINTAINER= max@FreeBSD.ORG BUILD_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-sjis \ - platex-common:${PORTSDIR}/japanese/platex-common \ - nkf:${PORTSDIR}/japanese/nkf + platex-common:${PORTSDIR}/japanese/platex-common RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-sjis \ platex-common:${PORTSDIR}/japanese/platex-common MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-* -WRKSRC= ${WRKDIR}/970702 -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +WRKSRC= ${WRKDIR}/19980217 DIST_SUBDIR= platex2e TEXMF= ${PREFIX}/share/texmf -post-extract: - @nkf -s ${DISTDIR}/${DIST_SUBDIR}/plpatch.ltx > ${WRKSRC}/plpatch.ltx - @${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/jclasses.dtx.gz \ - | nkf -s > ${WRKSRC}/jclasses.dtx - do-build: @(cd ${WRKSRC}; ptex -ini plcore.ins; ptex -ini platex.ltx) |