summaryrefslogtreecommitdiff
path: root/japanese/platex-euc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/platex-euc/Makefile')
-rw-r--r--japanese/platex-euc/Makefile30
1 files changed, 13 insertions, 17 deletions
diff --git a/japanese/platex-euc/Makefile b/japanese/platex-euc/Makefile
index e763cdb54592..771b87ea7f97 100644
--- a/japanese/platex-euc/Makefile
+++ b/japanese/platex-euc/Makefile
@@ -1,41 +1,37 @@
# New ports collection makefile for: platex2e-euc
-# Version required: <1998/02/17>+0
+# Version required: <1998/09/01>
# Date created: 05 Oct 1997
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.6 1998/02/22 21:55:04 max Exp $
+# $Id: Makefile,v 1.8 1998/06/27 09:24:28 asami Exp $
#
-DISTNAME= pl19980217e
-PKGNAME= ja-platex2e-euc-1998.02.17.0
+DISTNAME= pl19980901e
+PKGNAME= ja-platex2e-euc-1998.09.01
CATEGORIES= japanese print
-MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/platex/1998-02-17/
+MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/platex/1998-09-01/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
- pl980227.patch.gz.txt pl980323.patch.gz.txt \
- pl980409.patch.gz.txt pl980413.patch.gz.txt
+ plpatch.ltx jclasses.dtx tascmac.sty
MAINTAINER= max@FreeBSD.ORG
BUILD_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-euc \
- platex-common:${PORTSDIR}/japanese/platex-common
+ platex-common:${PORTSDIR}/japanese/platex-common \
+ nkf:${PORTSDIR}/japanese/nkf
RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-euc \
platex-common:${PORTSDIR}/japanese/platex-common
MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-*
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-WRKSRC= ${WRKDIR}/19980217
+WRKSRC= ${WRKDIR}/19980901
DIST_SUBDIR= platex2e
TEXMF= ${PREFIX}/share/texmf
-do-patch:
-.for f in 0227 0323 0413
- @/usr/bin/uudecode -p ${DISTDIR}/${DIST_SUBDIR}/pl98${f}.patch.gz.txt \
- | ${GZCAT} | ${PATCH} ${PATCH_DIST_ARGS}
+post-extract:
+.for f in plpatch.ltx jclasses.dtx tascmac.sty
+ @nkf -e ${DISTDIR}/${DIST_SUBDIR}/$f > ${WRKSRC}/$f
.endfor
- @/usr/bin/uudecode -p ${DISTDIR}/${DIST_SUBDIR}/pl980409.patch.gz.txt \
- | ${GZCAT} | ${SED} 3,33d | ${PATCH} ${PATCH_DIST_ARGS}
- @${RM} -f ${WRKSRC}/*.orig
do-build:
@(cd ${WRKSRC}; ptex -ini plcore.ins; ptex -ini platex.ltx)
@@ -44,6 +40,6 @@ do-install:
${MKDIR} ${TEXMF}/tex/platex/base
@${CP} ${WRKSRC}/* ${TEXMF}/tex/platex/base
${MV} -f ${TEXMF}/tex/platex/base/platex.fmt ${TEXMF}/web2c
- /bin/ln -fs ptex ${PREFIX}/bin/platex
+ @${LN} -fs ptex ${PREFIX}/bin/platex
.include <bsd.port.mk>