diff options
Diffstat (limited to 'japanese/platex-euc/Makefile')
-rw-r--r-- | japanese/platex-euc/Makefile | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/japanese/platex-euc/Makefile b/japanese/platex-euc/Makefile index 537c9cb..03349b4 100644 --- a/japanese/platex-euc/Makefile +++ b/japanese/platex-euc/Makefile @@ -1,37 +1,29 @@ # New ports collection makefile for: platex2e-euc -# 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:44 asami Exp $ +# $Id: Makefile,v 1.5 1997/11/22 01:38:52 asami Exp $ # -DISTNAME= pl970702e -PKGNAME= ja-platex2e-euc-97.07.02.2 +DISTNAME= pl19980217e +PKGNAME= ja-platex2e-euc-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-euc \ - platex-common:${PORTSDIR}/japanese/platex-common \ - nkf:${PORTSDIR}/japanese/nkf + platex-common:${PORTSDIR}/japanese/platex-common RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-euc \ 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 -e ${DISTDIR}/${DIST_SUBDIR}/plpatch.ltx > ${WRKSRC}/plpatch.ltx - @${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/jclasses.dtx.gz \ - | nkf -e > ${WRKSRC}/jclasses.dtx - do-build: @(cd ${WRKSRC}; ptex -ini plcore.ins; ptex -ini platex.ltx) |