freebsd-ports/japanese/teTeX/Makefile

46 lines
1.1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: teTeX
# Date created: 3 June 2004
# Whom: hrs
#
# $FreeBSD$
PORTNAME= teTeX
PORTVERSION= 1.6
PORTREVISION= 3
CATEGORIES= japanese print
MASTER_SITES= # empty
DISTFILES= # empty
EXTRACT_ONLY= # empty
MAINTAINER= hrs@FreeBSD.org
COMMENT= A meta port for teTeX suite for Japanese (including pTeX and JTeX)
RUN_DEPENDS= ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal \
2005-02-06 15:03:39 +01:00
${LOCALBASE}/${TEXMFDISTDIR}/LICENSE.texmf:${PORTSDIR}/print/teTeX-texmf \
tex:${PORTSDIR}/print/teTeX-base \
ptex:${PORTSDIR}/japanese/ptex \
dvips:${PORTSDIR}/japanese/dvipsk \
jtex:${PORTSDIR}/japanese/texfamily \
2004-08-20 18:30:54 +02:00
${JTEXVF}:${PORTSDIR}/japanese/texfamily-vfn2a
2006-07-18 20:53:59 +02:00
.if !defined(WITHOUT_X11)
RUN_DEPENDS+= xdvi:${PORTSDIR}/japanese/xdvik
.endif
JTEXVF= ${LOCALBASE}/share/texmf-local/fonts/vf/n2a/dmjsy5.vf
TEXMFLOCAL_LSR= ${LOCALBASE}/share/texmf-local/ls-R
2005-02-06 15:03:39 +01:00
TEXMFDISTDIR= share/texmf-dist
# XXX: We always build in batch mode to disable OPTIONS
# in print/teTeX-base.
DEPENDS_ARGS+= BATCH=yes
.include <bsd.port.pre.mk>
do-build:
@${DO_NADA}
do-install: #emtpy
@${DO_NADA}
.include <bsd.port.post.mk>