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

37 lines
1004 B
Makefile
Raw Normal View History

# New ports collection makefile for: platex2e-euc
# Version required: <1999/08/09>
# Date created: 05 Oct 1997
# Whom: Masafumi NAKANE <max@FreeBSD.org>
#
1999-08-25 05:28:01 +00:00
# $FreeBSD$
#
DISTNAME= pl19990809e
PKGNAME= ja-platex2e-euc-1999.08.09
CATEGORIES= japanese print
MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/platex/1999-08-09/
MAINTAINER= max@FreeBSD.org
BUILD_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-euc \
platex-common:${PORTSDIR}/japanese/platex-common
1997-10-05 21:36:11 +00:00
RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-euc \
platex-common:${PORTSDIR}/japanese/platex-common
MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-*
WRKSRC= ${WRKDIR}/19990809
DIST_SUBDIR= platex2e
TEXMF= ${PREFIX}/share/texmf
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
.include <bsd.port.mk>