1997-10-05 19:32:31 +00:00
|
|
|
# New ports collection makefile for: platex2e-euc
|
1998-02-22 21:55:33 +00:00
|
|
|
# Version required: <1998/02/17>+0
|
1997-10-05 19:32:31 +00:00
|
|
|
# Date created: 05 Oct 1997
|
|
|
|
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
|
|
|
|
#
|
1998-02-22 21:55:33 +00:00
|
|
|
# $Id: Makefile,v 1.5 1997/11/22 01:38:52 asami Exp $
|
1997-10-05 19:32:31 +00:00
|
|
|
#
|
|
|
|
|
1998-02-22 21:55:33 +00:00
|
|
|
DISTNAME= pl19980217e
|
|
|
|
PKGNAME= ja-platex2e-euc-1998.02.17.0
|
1997-10-05 19:32:31 +00:00
|
|
|
CATEGORIES= japanese print
|
1998-02-22 21:55:33 +00:00
|
|
|
MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/platex/1998-02-17/
|
1997-10-05 19:32:31 +00:00
|
|
|
|
|
|
|
MAINTAINER= max@FreeBSD.ORG
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-euc \
|
1998-02-22 21:55:33 +00:00
|
|
|
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
|
1997-10-05 19:32:31 +00:00
|
|
|
|
1997-11-22 01:38:55 +00:00
|
|
|
MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-*
|
1998-02-22 21:55:33 +00:00
|
|
|
WRKSRC= ${WRKDIR}/19980217
|
1997-10-05 19:32:31 +00:00
|
|
|
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
|
1997-10-05 21:20:43 +00:00
|
|
|
/bin/ln -fs ptex ${PREFIX}/bin/platex
|
1997-10-05 19:32:31 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|