mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
38 lines
1.1 KiB
Makefile
38 lines
1.1 KiB
Makefile
|
# New ports collection makefile for: platex209-jis
|
||
|
# Version required: 2.09
|
||
|
# Date created: 01 Jan 1998
|
||
|
# Whom: Makoto WATANABE <watanabe@zlab.phys.nagoya-u.ac.jp>
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= platex209
|
||
|
PKGNAME= ja-platex209-jis-1.0
|
||
|
CATEGORIES= japanese print
|
||
|
MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/platex/
|
||
|
|
||
|
MAINTAINER= watanabe@zlab.phys.nagoya-u.ac.jp
|
||
|
|
||
|
BUILD_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-jis
|
||
|
RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-jis
|
||
|
|
||
|
MANUAL_PACKAGE_BUILD= incompatible with other versions of platex209-*
|
||
|
|
||
|
TEXMF= ${PREFIX}/share/texmf
|
||
|
|
||
|
do-build:
|
||
|
@(cd ${WRKSRC}; ptex -ini 'plplain.tex \dump')
|
||
|
|
||
|
do-install:
|
||
|
${MKDIR} ${TEXMF}/tex/platex209/doc
|
||
|
${MKDIR} ${TEXMF}/tex/platex209/general
|
||
|
${MKDIR} ${TEXMF}/tex/platex209/sty
|
||
|
@${INSTALL_DATA} ${WRKSRC}/README.txt ${TEXMF}/tex/platex209
|
||
|
@${INSTALL_DATA} ${WRKSRC}/*.doc ${TEXMF}/tex/platex209/doc
|
||
|
@${INSTALL_DATA} ${WRKSRC}/*.tex ${TEXMF}/tex/platex209/general
|
||
|
@${INSTALL_DATA} ${WRKSRC}/*.sty ${TEXMF}/tex/platex209/sty
|
||
|
@${INSTALL_DATA} ${WRKSRC}/plplain.fmt ${TEXMF}/web2c/platex209.fmt
|
||
|
ln -fs ptex ${PREFIX}/bin/platex209
|
||
|
|
||
|
.include <bsd.port.mk>
|