1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/japanese/platex-jis/Makefile

45 lines
1.2 KiB
Makefile
Raw Normal View History

1997-10-05 19:34:51 +00:00
# New ports collection makefile for: platex2e-jis
1999-02-12 17:02:33 +00:00
# Version required: <1998/09/01>
1997-10-05 19:34:51 +00:00
# Date created: 05 Oct 1997
# Whom: Masafumi NAKANE <max@FreeBSD.org>
1997-10-05 19:34:51 +00:00
#
1999-08-25 05:28:01 +00:00
# $FreeBSD$
1997-10-05 19:34:51 +00:00
#
1999-02-12 17:02:33 +00:00
DISTNAME= pl19980901j
PKGNAME= ja-platex2e-jis-1998.09.01
1997-10-05 19:34:51 +00:00
CATEGORIES= japanese print
1999-02-12 17:02:33 +00:00
MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/platex/1998-09-01/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
1999-02-12 17:02:33 +00:00
plpatch.ltx jclasses.dtx tascmac.sty
1997-10-05 19:34:51 +00:00
MAINTAINER= max@FreeBSD.org
1997-10-05 19:34:51 +00:00
BUILD_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-jis \
1999-02-12 17:02:33 +00:00
platex-common:${PORTSDIR}/japanese/platex-common
1997-10-05 21:36:11 +00:00
RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-jis \
platex-common:${PORTSDIR}/japanese/platex-common
1997-10-05 19:34:51 +00:00
MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-*
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
1999-02-12 17:02:33 +00:00
WRKSRC= ${WRKDIR}/19980901
1997-10-05 19:34:51 +00:00
DIST_SUBDIR= platex2e
TEXMF= ${PREFIX}/share/texmf
1999-02-12 17:02:33 +00:00
post-extract:
.for f in plpatch.ltx jclasses.dtx tascmac.sty
@${CP} ${DISTDIR}/${DIST_SUBDIR}/$f ${WRKSRC}
.endfor
1997-10-05 19:34:51 +00:00
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
1999-02-12 17:02:33 +00:00
@${LN} -fs ptex ${PREFIX}/bin/platex
1997-10-05 19:34:51 +00:00
.include <bsd.port.mk>