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
Satoshi Asami 81f8db4890 Move MANUAL_PACKAGE_BUILD to the right place. I had these ports marked
BROKEN (with the BROKEN line as far away as possible from the regular
center of activity) and forgot to move them to the right place when
I changed these to MANUAL_PACKAGE_BUILD.  Sorry!
1997-11-22 01:38:55 +00:00

43 lines
1.3 KiB
Makefile

# New ports collection makefile for: platex2e-jis
# Version required: <1997/07/02>+2
# Date created: 05 Oct 1997
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
#
# $Id: Makefile,v 1.4 1997/11/10 11:22:47 asami Exp $
#
DISTNAME= pl970702j
PKGNAME= ja-platex2e-jis-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-jis \
platex-common:${PORTSDIR}/japanese/platex-common
RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-jis \
platex-common:${PORTSDIR}/japanese/platex-common
MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-*
WRKSRC= ${WRKDIR}/970702
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
DIST_SUBDIR= platex2e
TEXMF= ${PREFIX}/share/texmf
post-extract:
@${CP} ${DISTDIR}/${DIST_SUBDIR}/plpatch.ltx ${WRKSRC}
@${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/jclasses.dtx.gz > ${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
/bin/ln -fs ptex ${PREFIX}/bin/platex
.include <bsd.port.mk>