diff options
author | max <max@FreeBSD.org> | 1998-02-23 05:55:33 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1998-02-23 05:55:33 +0800 |
commit | 89a9954ed02f6a9e00baa28ccb0c4c04d73400f7 (patch) | |
tree | 4542d7f69e564fdd32fef54a5cdf4a1d5b694349 /japanese/platex-sjis/Makefile | |
parent | fab65cbc03baffaf538daec50efabe0fcd54df9c (diff) | |
download | freebsd-ports-gnome-89a9954ed02f6a9e00baa28ccb0c4c04d73400f7.tar.gz freebsd-ports-gnome-89a9954ed02f6a9e00baa28ccb0c4c04d73400f7.tar.zst freebsd-ports-gnome-89a9954ed02f6a9e00baa28ccb0c4c04d73400f7.zip |
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) |