1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/japanese/platex-sjis/Makefile

37 lines
1.0 KiB
Makefile
Raw Normal View History

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