mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
41 lines
1.1 KiB
Makefile
41 lines
1.1 KiB
Makefile
# New ports collection makefile for: platex2e-euc
|
|
# 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= pl970702e
|
|
PKGNAME= ja-platex2e-euc-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-euc \
|
|
platex-common:${PORTSDIR}/japanese/platex-common \
|
|
nkf:${PORTSDIR}/japanese/nkf
|
|
|
|
WRKSRC= ${WRKDIR}/970702
|
|
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
|
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)
|
|
|
|
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>
|